Locator: Shuffle the priorities a bit

Introduce a "Highest" priority for the filters-filter. Keep "Low"
available for lower priority than the default all projects and current
project filter.

Change-Id: I9152d2e6c64b65478416cee18183bce1240ee187
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
Eike Ziller
2014-11-27 16:19:57 +01:00
parent 7d377850d0
commit b2bb7ea2da
8 changed files with 6 additions and 4 deletions

View File

@@ -45,6 +45,7 @@ CppCurrentDocumentFilter::CppCurrentDocumentFilter(CppTools::CppModelManager *ma
setId("Methods in current Document");
setDisplayName(tr("C++ Symbols in Current Document"));
setShortcutString(QString(QLatin1Char('.')));
setPriority(High);
setIncludedByDefault(false);
search.setSymbolsToSearchFor(SymbolSearcher::Declarations |