Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
a52df417
Commit
a52df417
authored
Sep 29, 2009
by
Roberto Raggi
Browse files
Activate the find references when renaming non local members.
parent
b248bd28
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/cppeditor/cppeditor.cpp
View file @
a52df417
...
...
@@ -880,6 +880,9 @@ void CPPEditor::renameSymbolUnderCursor()
break
;
}
}
if
(
m_renameSelections
.
isEmpty
())
findReferences
();
}
void
CPPEditor
::
onContentsChanged
(
int
position
,
int
charsRemoved
,
int
charsAdded
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment