Activate the find references when renaming non local members.

This commit is contained in:
Roberto Raggi
2009-09-29 16:40:32 +02:00
parent b248bd28cd
commit a52df417c4

View File

@@ -880,6 +880,9 @@ void CPPEditor::renameSymbolUnderCursor()
break;
}
}
if (m_renameSelections.isEmpty())
findReferences();
}
void CPPEditor::onContentsChanged(int position, int charsRemoved, int charsAdded)