aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKai Koehne <[email protected]>2010-08-26 11:35:27 +0200
committerKai Koehne <[email protected]>2010-08-26 13:44:37 +0200
commit12feb86975e6616b50a13bee8fc4b9c5a9e1c9df (patch)
treeb74e781ce7853dce4f452c1b0e421ba3bca9db7a /src
parentc5d48034bb3615dd399929235344e00f70527168 (diff)
Don't update uses highlight in when updating outline
updateUses() is already called after each text change.
Diffstat (limited to 'src')
-rw-r--r--src/plugins/qmljseditor/qmljseditor.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/qmljseditor/qmljseditor.cpp b/src/plugins/qmljseditor/qmljseditor.cpp
index c2cb5610d55..fa3c2eabce2 100644
--- a/src/plugins/qmljseditor/qmljseditor.cpp
+++ b/src/plugins/qmljseditor/qmljseditor.cpp
@@ -955,8 +955,6 @@ void QmlJSTextEditor::updateOutlineIndexNow()
m_outlineCombo->blockSignals(blocked);
}
-
- updateUses();
}
static UiQualifiedId *qualifiedTypeNameId(UiObjectMember *m)