mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Update comments
This commit is contained in:
parent
64478ca63f
commit
f4b2b3d8e3
@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
#define PICTUREFLOW_QT4 1
|
#define PICTUREFLOW_QT4 1
|
||||||
|
|
||||||
//interfaz al servidor
|
//Server interface
|
||||||
Startup *s;
|
Startup *s;
|
||||||
|
|
||||||
using namespace QsLogging;
|
using namespace QsLogging;
|
||||||
@ -219,7 +219,7 @@ int main(int argc, char **argv)
|
|||||||
|
|
||||||
logSystemAndConfig();
|
logSystemAndConfig();
|
||||||
|
|
||||||
if (YACReaderLocalServer::isRunning()) //s<EFBFBD>lo se permite una instancia de YACReaderLibrary
|
if (YACReaderLocalServer::isRunning()) //only a single instance of YACReaderLibrary is allowed
|
||||||
{
|
{
|
||||||
QLOG_WARN() << "another instance of YACReaderLibrary is running";
|
QLOG_WARN() << "another instance of YACReaderLibrary is running";
|
||||||
#ifdef Q_OS_WIN
|
#ifdef Q_OS_WIN
|
||||||
@ -231,7 +231,7 @@ int main(int argc, char **argv)
|
|||||||
QLOG_INFO() << "YACReaderLibrary starting";
|
QLOG_INFO() << "YACReaderLibrary starting";
|
||||||
|
|
||||||
#ifdef SERVER_RELEASE
|
#ifdef SERVER_RELEASE
|
||||||
QSettings *settings = new QSettings(YACReader::getSettingsPath() + "/YACReaderLibrary.ini", QSettings::IniFormat); //TODO unificar la creaci<63>n del fichero de config con el servidor
|
QSettings *settings = new QSettings(YACReader::getSettingsPath() + "/YACReaderLibrary.ini", QSettings::IniFormat);
|
||||||
settings->beginGroup("libraryConfig");
|
settings->beginGroup("libraryConfig");
|
||||||
|
|
||||||
s = new Startup();
|
s = new Startup();
|
||||||
|
Loading…
Reference in New Issue
Block a user