forked from qt-creator/qt-creator
Introduced checkable results.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user