diff --git a/src/libs/qmljs/qmljsmodelmanagerinterface.h b/src/libs/qmljs/qmljsmodelmanagerinterface.h index 52af12d6c0e..9ea231923f1 100644 --- a/src/libs/qmljs/qmljsmodelmanagerinterface.h +++ b/src/libs/qmljs/qmljsmodelmanagerinterface.h @@ -188,6 +188,9 @@ public: void removeProjectInfo(ProjectExplorer::Project *project); void maybeQueueCppQmlTypeUpdate(const CPlusPlus::Document::Ptr &doc); + QFuture refreshSourceFiles(const QList &sourceFiles, + bool emitDocumentOnDiskChanged); + signals: void documentUpdated(QmlJS::Document::Ptr doc); void documentChangedOnDisk(QmlJS::Document::Ptr doc); @@ -207,9 +210,6 @@ protected: virtual void addTaskInternal(const QFuture &result, const QString &msg, const char *taskId) const; - QFuture refreshSourceFiles(const QList &sourceFiles, - bool emitDocumentOnDiskChanged); - static void parseLoop(QSet &scannedPaths, QSet &newLibraries, const WorkingCopy &workingCopyInternal,