aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/locator/locatorconstants.h
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@theqtcompany.com>2015-01-08 14:01:52 +0100
committerEike Ziller <eike.ziller@theqtcompany.com>2015-01-12 16:11:41 +0100
commitb072bc8660e35f083131dd4ffaee2e5cb0d1b1f9 (patch)
treeed82645d55e65cd394d0c35ad2badb2738679570 /src/plugins/coreplugin/locator/locatorconstants.h
parent8bd53cfdc43d9780719f21b36aeb9006cc2dedd1 (diff)
Show some helpful hints in empty editor views
Change-Id: I123147930244df38f436afd3ad8257b5f23e0d7a Reviewed-by: David Schulz <david.schulz@theqtcompany.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.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 aeb9e1379f..66f2f87fd3 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 LOCATE[] = "QtCreator.Locate";
const char FILTER_OPTIONS_PAGE[] = QT_TRANSLATE_NOOP("Locator", "Locator");
const char CUSTOM_FILTER_BASEID[] = "Locator.CustomFilter";
const char TASK_INDEX[] = "Locator.Task.Index";