forked from qt-creator/qt-creator
QmlJSEditor: Remove unused member
Change-Id: I1a7ff8f409b535761c3a8b777febbfb0c0ed8cdd Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
@@ -177,8 +177,6 @@ private:
|
|||||||
QModelIndex indexForPosition(unsigned cursorPosition, const QModelIndex &rootIndex = QModelIndex()) const;
|
QModelIndex indexForPosition(unsigned cursorPosition, const QModelIndex &rootIndex = QModelIndex()) const;
|
||||||
bool hideContextPane();
|
bool hideContextPane();
|
||||||
|
|
||||||
const Core::Context m_context;
|
|
||||||
|
|
||||||
QTimer *m_updateDocumentTimer;
|
QTimer *m_updateDocumentTimer;
|
||||||
QTimer *m_updateUsesTimer;
|
QTimer *m_updateUsesTimer;
|
||||||
QTimer *m_updateSemanticInfoTimer;
|
QTimer *m_updateSemanticInfoTimer;
|
||||||
|
|||||||
Reference in New Issue
Block a user