forked from qt-creator/qt-creator
qmljs: Use Utils::onFinished instead of manual QFutureWatcher
Change-Id: Iad6b958cb87ea5d4edaa270c27fac5ffdc334bba Fixes: QTCREATORBUG-20243 Task-number: QTCREATORBUG-18533 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
@@ -106,6 +106,13 @@ private:
|
||||
|
||||
private:
|
||||
Utils::FileSystemWatcher *pluginWatcher();
|
||||
void prepareLibraryInfo(LibraryInfo &libInfo,
|
||||
const QString &libraryPath,
|
||||
const QStringList &deps,
|
||||
const QStringList &errors,
|
||||
const QStringList &warnings,
|
||||
const QList<ModuleApiInfo> &moduleApis,
|
||||
QList<LanguageUtils::FakeMetaObject::ConstPtr> &objects);
|
||||
|
||||
ModelManagerInterface *m_modelManager;
|
||||
Utils::FileSystemWatcher *m_pluginWatcher;
|
||||
|
||||
Reference in New Issue
Block a user