mirror of
https://github.com/YACReader/yacreader
synced 2025-07-20 22:14:41 -04:00
local server now runs in a separated thread
This commit is contained in:
@ -52,6 +52,8 @@ int main( int argc, char ** argv )
|
||||
LibraryWindow * mw = new LibraryWindow();
|
||||
|
||||
mw->connect(localServer,SIGNAL(comicUpdated(quint64, const ComicDB &)),mw,SLOT(updateComicsView(quint64, const ComicDB &)));
|
||||
|
||||
localServer->start();
|
||||
//connections to localServer
|
||||
|
||||
mw->show();
|
||||
|
Reference in New Issue
Block a user