aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs/qmljsmodelmanagerinterface.h
diff options
context:
space:
mode:
authorFawzi Mohamed <[email protected]>2014-02-13 11:11:40 +0100
committerFawzi Mohamed <[email protected]>2014-02-19 21:24:34 +0100
commit13349331e86589242c1a8daeb9bb89376ce8407d (patch)
treee42f890ab22257fc37d312ab7bff0816551663e0 /src/libs/qmljs/qmljsmodelmanagerinterface.h
parentd24cb60d487e2241c8364b83658f31178305176a (diff)
qmljs: fixing attributes naming (code style)
Change-Id: I3d5916483b99a8d6839b9cb6b9bde119a9da351a Reviewed-by: Fawzi Mohamed <[email protected]>
Diffstat (limited to 'src/libs/qmljs/qmljsmodelmanagerinterface.h')
-rw-r--r--src/libs/qmljs/qmljsmodelmanagerinterface.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/libs/qmljs/qmljsmodelmanagerinterface.h b/src/libs/qmljs/qmljsmodelmanagerinterface.h
index 88463d36cac..7b018ab9ff8 100644
--- a/src/libs/qmljs/qmljsmodelmanagerinterface.h
+++ b/src/libs/qmljs/qmljsmodelmanagerinterface.h
@@ -247,9 +247,10 @@ protected:
void updateImportPaths();
void loadQmlTypeDescriptionsInternal(const QString &path);
+private:
mutable QMutex m_mutex;
- QmlJS::Snapshot _validSnapshot;
- QmlJS::Snapshot _newestSnapshot;
+ QmlJS::Snapshot m_validSnapshot;
+ QmlJS::Snapshot m_newestSnapshot;
QStringList m_allImportPaths;
QStringList m_defaultImportPaths;
QmlJS::QmlLanguageBundles m_activeBundles;