forked from qt-creator/qt-creator
QmlJSEditor: Move reparse trigger to document
Change-Id: I65bb9002a44343bb1d13b9c5c92f5057c1d5b25e Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
This commit is contained in:
@@ -119,8 +119,6 @@ public:
|
||||
TextEditor::IAssistInterface *createAssistInterface(TextEditor::AssistKind assistKind,
|
||||
TextEditor::AssistReason reason) const;
|
||||
public slots:
|
||||
void reparseDocument();
|
||||
void reparseDocumentNow();
|
||||
void updateSemanticInfo();
|
||||
void updateSemanticInfoNow();
|
||||
void findUsages();
|
||||
@@ -177,7 +175,6 @@ private:
|
||||
QModelIndex indexForPosition(unsigned cursorPosition, const QModelIndex &rootIndex = QModelIndex()) const;
|
||||
bool hideContextPane();
|
||||
|
||||
QTimer *m_updateDocumentTimer;
|
||||
QTimer *m_updateUsesTimer;
|
||||
QTimer *m_updateSemanticInfoTimer;
|
||||
QTimer *m_updateOutlineTimer;
|
||||
|
||||
Reference in New Issue
Block a user