forked from qt-creator/qt-creator
QmjJSEditor: Some style.
q and d are special, no need to allocate private timers dynamically. Change-Id: Ide121c59d17c3129296651b360c8b173efadeedb Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
@@ -64,9 +64,9 @@ public slots:
|
||||
void updateOutlineModel();
|
||||
|
||||
public:
|
||||
QmlJSEditorDocument *m_q;
|
||||
QTimer *m_updateDocumentTimer; // used to compress multiple document changes
|
||||
QTimer *m_reupdateSemanticInfoTimer; // used to compress multiple libraryInfo changes
|
||||
QmlJSEditorDocument *q;
|
||||
QTimer m_updateDocumentTimer; // used to compress multiple document changes
|
||||
QTimer m_reupdateSemanticInfoTimer; // used to compress multiple libraryInfo changes
|
||||
int m_semanticInfoDocRevision; // document revision to which the semantic info is currently updated to
|
||||
SemanticInfoUpdater *m_semanticInfoUpdater;
|
||||
QmlJSTools::SemanticInfo m_semanticInfo;
|
||||
@@ -74,7 +74,7 @@ public:
|
||||
Internal::SemanticHighlighter *m_semanticHighlighter;
|
||||
bool m_semanticHighlightingNecessary;
|
||||
bool m_outlineModelNeedsUpdate;
|
||||
QTimer *m_updateOutlineModelTimer;
|
||||
QTimer m_updateOutlineModelTimer;
|
||||
Internal::QmlOutlineModel *m_outlineModel;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user