forked from qt-creator/qt-creator
qmljs: fixing attributes naming (code style)
Change-Id: I3d5916483b99a8d6839b9cb6b9bde119a9da351a Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user