QmlJSEditor: Don't trigger a reparse when dependencies change.

A semantic rehighlight suffices. This should avoid some parsing cycles
introduced earlier.

Reviewed-by: Roberto Raggi
This commit is contained in:
Christian Kamm
2010-04-01 15:47:52 +02:00
parent 9cbafa9696
commit 5ae67214a1
2 changed files with 7 additions and 1 deletions

View File

@@ -260,6 +260,7 @@ private:
QTimer *m_updateDocumentTimer;
QTimer *m_updateUsesTimer;
QTimer *m_semanticRehighlightTimer;
QComboBox *m_methodCombo;
ModelManagerInterface *m_modelManager;
QTextCharFormat m_occurrencesFormat;