summaryrefslogtreecommitdiff
path: root/src/libs/qmljs/qmljsmodelmanagerinterface.h
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@digia.com>2014-05-16 16:54:50 +0200
committerEike Ziller <eike.ziller@digia.com>2014-05-16 16:54:50 +0200
commit6d1cc5869786509398e8a78ade97637ea8458208 (patch)
tree08f25170685a5889628f02933426fdcbdf632f81 /src/libs/qmljs/qmljsmodelmanagerinterface.h
parentd46a73eacf76712d76d13ffd00423325dc8d9237 (diff)
parent1398480f3ab050a8d2076f3712049bd9fd8a2358 (diff)
downloadqt-creator-6d1cc5869786509398e8a78ade97637ea8458208.tar.gz
Merge remote-tracking branch 'origin/3.1'
Conflicts: src/plugins/clangcodemodel/test/clangcompletion_test.cpp src/plugins/cmakeprojectmanager/cmakeopenprojectwizard.cpp src/plugins/projectexplorer/projectexplorer.pro src/plugins/qmldesigner/designercore/instances/nodeinstanceserverproxy.cpp src/plugins/vcsbase/vcsplugin.cpp src/shared/qbs Change-Id: I9e5882be79ac5e8c7dfab4a57f16509d7569636a
Diffstat (limited to 'src/libs/qmljs/qmljsmodelmanagerinterface.h')
-rw-r--r--src/libs/qmljs/qmljsmodelmanagerinterface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/qmljs/qmljsmodelmanagerinterface.h b/src/libs/qmljs/qmljsmodelmanagerinterface.h
index e8b4748932..425f7bc2eb 100644
--- a/src/libs/qmljs/qmljsmodelmanagerinterface.h
+++ b/src/libs/qmljs/qmljsmodelmanagerinterface.h
@@ -156,6 +156,7 @@ public:
QmlJS::Snapshot snapshot() const;
QmlJS::Snapshot newestSnapshot() const;
+ void activateScan();
void updateSourceFiles(const QStringList &files,
bool emitDocumentOnDiskChanged);
void fileChangedOnDisk(const QString &path);