forked from qt-creator/qt-creator
Don't update uses highlight in when updating outline
updateUses() is already called after each text change.
This commit is contained in:
@@ -955,8 +955,6 @@ void QmlJSTextEditor::updateOutlineIndexNow()
|
||||
|
||||
m_outlineCombo->blockSignals(blocked);
|
||||
}
|
||||
|
||||
updateUses();
|
||||
}
|
||||
|
||||
static UiQualifiedId *qualifiedTypeNameId(UiObjectMember *m)
|
||||
|
Reference in New Issue
Block a user