qmljs: fixing attributes naming (code style)

Change-Id: I3d5916483b99a8d6839b9cb6b9bde119a9da351a
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
This commit is contained in:
Fawzi Mohamed
2014-02-13 11:11:40 +01:00
parent d24cb60d48
commit 13349331e8
3 changed files with 19 additions and 18 deletions

View File

@@ -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;