diff options
author | Fawzi Mohamed <[email protected]> | 2014-07-29 17:48:34 +0200 |
---|---|---|
committer | Fawzi Mohamed <[email protected]> | 2014-07-30 15:07:50 +0200 |
commit | d90bd09499874bb090bfd12a3d59e0fdec4ad6da (patch) | |
tree | 762d87255d3cb46033f2350810c140ecca97fb52 /src/libs/qmljs/qmljsmodelmanagerinterface.h | |
parent | 02bdf30f458c0cdc19d1547e22029d41839e5100 (diff) |
qmljs: tests of the import architecture
First tests using the new qmljs testing architecture
Change-Id: Id88fe53dddbb720c56cd0473e74f476862feb803
Reviewed-by: Thomas Hartmann <[email protected]>
Diffstat (limited to 'src/libs/qmljs/qmljsmodelmanagerinterface.h')
-rw-r--r-- | src/libs/qmljs/qmljsmodelmanagerinterface.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/libs/qmljs/qmljsmodelmanagerinterface.h b/src/libs/qmljs/qmljsmodelmanagerinterface.h index b1cac138371..d440c78dc99 100644 --- a/src/libs/qmljs/qmljsmodelmanagerinterface.h +++ b/src/libs/qmljs/qmljsmodelmanagerinterface.h @@ -207,7 +207,11 @@ public: void joinAllThreads(); QmlJS::Document::Ptr ensuredGetDocumentForPath(const QString &filePath); - + static void importScan(QFutureInterface<void> &future, + WorkingCopy workingCopyInternal, + PathsAndLanguages paths, + ModelManagerInterface *modelManager, + bool emitDocChangedOnDisk); public slots: virtual void resetCodeModel(); void removeProjectInfo(ProjectExplorer::Project *project); @@ -243,11 +247,6 @@ protected: ModelManagerInterface *modelManager, QmlJS::Dialect mainLanguage, bool emitDocChangedOnDisk); - static void importScan(QFutureInterface<void> &future, - WorkingCopy workingCopyInternal, - PathsAndLanguages paths, - ModelManagerInterface *modelManager, - bool emitDocChangedOnDisk); static void updateCppQmlTypes(QFutureInterface<void> &interface, ModelManagerInterface *qmlModelManager, CPlusPlus::Snapshot snapshot, |