QmlJSEditor: Remove unused member

Change-Id: I1a7ff8f409b535761c3a8b777febbfb0c0ed8cdd
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
Eike Ziller
2014-01-23 14:29:30 +01:00
parent 1f84ec0b22
commit 3e0957cfe2

View File

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