aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/locator/locatorconstants.h
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@digia.com>2014-02-12 16:12:26 +0100
committerEike Ziller <eike.ziller@digia.com>2014-02-13 11:14:40 +0100
commit45b7451a88a6d6a0bd348747369f312dc5970740 (patch)
treeffab376aeb7bf22478ff8322ff6b5ecfeda85bff /src/plugins/coreplugin/locator/locatorconstants.h
parent6b8b60cef6cb286186d09cdb4ee999b12615935c (diff)
Fix that names of custom locator filters are ignored.
We need to set the display name on the interface, and give the filters a unique id (simply numbered). Task-number: QTCREATORBUG-11051 Change-Id: I8fdbf52fb538f071a9257ac57d2151f58f8d2157 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Diffstat (limited to 'src/plugins/coreplugin/locator/locatorconstants.h')
-rw-r--r--src/plugins/coreplugin/locator/locatorconstants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/coreplugin/locator/locatorconstants.h b/src/plugins/coreplugin/locator/locatorconstants.h
index bd39b411d3..1dcaca5d8d 100644
--- a/src/plugins/coreplugin/locator/locatorconstants.h
+++ b/src/plugins/coreplugin/locator/locatorconstants.h
@@ -36,6 +36,7 @@ namespace Core {
namespace Constants {
const char FILTER_OPTIONS_PAGE[] = QT_TRANSLATE_NOOP("Locator", "Locator");
+const char CUSTOM_FILTER_BASEID[] = "Locator.CustomFilter";
const char TASK_INDEX[] = "Locator.Task.Index";
} // namespace Constants