mirror of
https://github.com/YACReader/yacreader
synced 2025-12-03 16:02:55 -05: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