mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -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:
parent
b60c0e523c
commit
a90528e579
@ -217,7 +217,7 @@ int main( int argc, char ** argv )
|
|||||||
|
|
||||||
LibraryWindow * mw = new LibraryWindow();
|
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
|
//connections to localServer
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user