mirror of
https://github.com/YACReader/yacreader
synced 2025-07-26 17:04:45 -04:00
Add minimal command line parser to YACReader and YACReaderLibrary.
Introduce new command line options --comicId and --libraryId for communication between Reader and Library. Support for standard command line options --help and --version.
This commit is contained in:
@ -51,6 +51,7 @@ void YACReaderLocalServer::sendResponse()
|
||||
connect(worker,SIGNAL(comicUpdated(quint64, ComicDB)),this,SIGNAL(comicUpdated(quint64, ComicDB)));
|
||||
connect(worker,SIGNAL(finished()),worker,SLOT(deleteLater()));
|
||||
worker->start();
|
||||
QLOG_INFO() << "connection incoming" << "Worker started";
|
||||
}
|
||||
|
||||
QLOG_INFO() << "connection incoming";
|
||||
|
Reference in New Issue
Block a user