mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 04:54:29 -04:00
Call LibrariesUpdateCoordinator::init in YACReaderLibraryServer
This commit is contained in:
@ -245,6 +245,8 @@ int start(QCoreApplication &app, QCommandLineParser &parser, const QStringList &
|
||||
QLOG_INFO() << "Done updating libraries";
|
||||
});
|
||||
|
||||
librariesUpdateCoordinator->init();
|
||||
|
||||
int ret = app.exec();
|
||||
|
||||
QLOG_INFO() << "YACReaderLibrary closed with exit code :" << ret;
|
||||
|
Reference in New Issue
Block a user