Locator: Show template parameters

Otherwise, locator results for template specializations appear to be
duplicates when they really are not.

Change-Id: Ief20c876ec6e7d41a7d4c9dc8e35bcf1e7e60ced
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Christian Kandeler
2021-05-12 11:04:30 +02:00
parent 78e1260d05
commit 67cc5c3883

View File

@@ -49,6 +49,7 @@ SearchSymbols::SymbolTypes SearchSymbols::AllTypes =
SearchSymbols::SearchSymbols()
: symbolsToSearchFor(SymbolSearcher::Classes | SymbolSearcher::Functions | SymbolSearcher::Enums)
{
overview.showTemplateParameters = true;
}
void SearchSymbols::setSymbolsToSearchFor(const SymbolTypes &types)