mirror of
https://github.com/YACReader/yacreader
synced 2025-07-17 20:44:32 -04:00
Comic updates from a local client have to be processed in the main thread so the UI gets updated inmediatly.
This commit is contained in:
@ -217,7 +217,7 @@ int main( int argc, char ** argv )
|
||||
|
||||
LibraryWindow * mw = new LibraryWindow();
|
||||
|
||||
mw->connect(localServer,SIGNAL(comicUpdated(quint64, const ComicDB &)),mw,SLOT(updateComicsView(quint64, const ComicDB &)));
|
||||
mw->connect(localServer,SIGNAL(comicUpdated(quint64, const ComicDB &)),mw,SLOT(updateComicsView(quint64, const ComicDB &)), Qt::QueuedConnection);
|
||||
|
||||
//connections to localServer
|
||||
|
||||
|
Reference in New Issue
Block a user