forked from qt-creator/qt-creator
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:
@@ -49,6 +49,7 @@ SearchSymbols::SymbolTypes SearchSymbols::AllTypes =
|
|||||||
SearchSymbols::SearchSymbols()
|
SearchSymbols::SearchSymbols()
|
||||||
: symbolsToSearchFor(SymbolSearcher::Classes | SymbolSearcher::Functions | SymbolSearcher::Enums)
|
: symbolsToSearchFor(SymbolSearcher::Classes | SymbolSearcher::Functions | SymbolSearcher::Enums)
|
||||||
{
|
{
|
||||||
|
overview.showTemplateParameters = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
void SearchSymbols::setSymbolsToSearchFor(const SymbolTypes &types)
|
void SearchSymbols::setSymbolsToSearchFor(const SymbolTypes &types)
|
||||||
|
Reference in New Issue
Block a user