Introduced checkable results.

This commit is contained in:
Roberto Raggi
2009-09-29 18:16:13 +02:00
parent 3d62363fee
commit 331effc2fd
7 changed files with 104 additions and 3 deletions

View File

@@ -439,7 +439,9 @@ 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);
const Snapshot snapshot = _modelManager->snapshot();