mirror of
https://github.com/YACReader/yacreader
synced 2025-07-25 16:34:56 -04:00
Remove openFromArgv() method.
Remove unneeded debug statement.
This commit is contained in:
@ -51,7 +51,6 @@ 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