aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs/qmljsmodelmanagerinterface.h
diff options
context:
space:
mode:
authorFawzi Mohamed <[email protected]>2014-04-29 16:39:16 +0200
committerFawzi Mohamed <[email protected]>2014-05-06 14:31:15 +0200
commit8b8c5e8fe87ad1630f7ec2024b86e1369ca9fec9 (patch)
tree2d3d7947d88b30c05e8ccdb1cb7e557cd5cd2e64 /src/libs/qmljs/qmljsmodelmanagerinterface.h
parent08163f3b9ae4692cc7f2b4b6fe6e7aa3b9f6c626 (diff)
qmljs: ensure that opening an editor always updates the modelmanager
Change-Id: Ia23d9c84240bd2c54b0c331494474d0fa74674e8 Reviewed-by: Thomas Hartmann <[email protected]>
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 e8b4748932f..425f7bc2eb1 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);