mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 22:44:56 -04:00
Merged luisangelsm/yacreader/develop into develop
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