mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
Update the UI when a client synchronizes back the libraries
Only the top banners for now. TODO: ComicModel should also be updated.
This commit is contained in:
@ -141,6 +141,7 @@ void YACReaderHttpServer::start(quint16 port)
|
||||
listener = new HttpListener(listenerSettings, requestMapper, app);
|
||||
|
||||
connect(requestMapper, &RequestMapper::comicUpdated, this, &YACReaderHttpServer::comicUpdated);
|
||||
connect(requestMapper, &RequestMapper::clientSync, this, &YACReaderHttpServer::clientSync);
|
||||
|
||||
if (listener->isListening()) {
|
||||
qDebug("ServiceHelper: Service has started");
|
||||
|
Reference in New Issue
Block a user