Merged luisangelsm/yacreader/develop into develop

This commit is contained in:
Felix Kauselmann
2017-12-11 11:00:52 +01:00
parent 3f1b1f620b
commit 1c232b0549
8 changed files with 16 additions and 7 deletions

View File

@ -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