forked from qt-creator/qt-creator
Activate the find references when renaming non local members.
This commit is contained in:
@@ -880,6 +880,9 @@ void CPPEditor::renameSymbolUnderCursor()
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
if (m_renameSelections.isEmpty())
|
||||
findReferences();
|
||||
}
|
||||
|
||||
void CPPEditor::onContentsChanged(int position, int charsRemoved, int charsAdded)
|
||||
|
||||
Reference in New Issue
Block a user