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
Marco Bubke
flatpak-qt-creator
Commits
7a5b1bdd
Commit
7a5b1bdd
authored
Sep 30, 2009
by
Roberto Raggi
Browse files
Removed unused reference to `wasInReplaceMode'.
parent
e43d0efa
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/cpptools/cppfindreferences.cpp
View file @
7a5b1bdd
...
...
@@ -439,7 +439,6 @@ static void find_helper(QFutureInterface<Core::Utils::FileSearchResult> &future,
void
CppFindReferences
::
findAll
(
Symbol
*
symbol
)
{
const
bool
wasInReplaceMode
=
_resultWindow
->
isShowingReplaceUI
();
_resultWindow
->
clearContents
();
_resultWindow
->
setShowReplaceUI
(
true
);
_resultWindow
->
popup
(
true
);
...
...
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