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

@@ -50,6 +50,7 @@ CMakeLocatorFilter::CMakeLocatorFilter()
setId("Build CMake target");
setDisplayName(tr("Build CMake target"));
setShortcutString(QLatin1String("cm"));
setPriority(High);
connect(SessionManager::instance(), SIGNAL(projectAdded(ProjectExplorer::Project*)),
this, SLOT(slotProjectListUpdated()));