From 331effc2fd5e25eae4243c517e0047d864fd94a5 Mon Sep 17 00:00:00 2001 From: Roberto Raggi Date: Tue, 29 Sep 2009 18:16:13 +0200 Subject: Introduced checkable results. --- src/plugins/cpptools/cppfindreferences.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/plugins/cpptools/cppfindreferences.cpp') diff --git a/src/plugins/cpptools/cppfindreferences.cpp b/src/plugins/cpptools/cppfindreferences.cpp index 2f6964cbe3..fce5d3451d 100644 --- a/src/plugins/cpptools/cppfindreferences.cpp +++ b/src/plugins/cpptools/cppfindreferences.cpp @@ -439,7 +439,9 @@ static void find_helper(QFutureInterface &future, void CppFindReferences::findAll(Symbol *symbol) { + const bool wasInReplaceMode = _resultWindow->isShowingReplaceUI(); _resultWindow->clearContents(); + _resultWindow->setShowReplaceUI(true); _resultWindow->popup(true); const Snapshot snapshot = _modelManager->snapshot(); -- cgit v1.2.1