summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesper K. Pedersen <jesper.pedersen@kdab.com>2013-04-18 08:05:47 +0200
committerJesper K. Pedersen <jesper.pedersen@kdab.com>2013-04-18 11:45:05 +0200
commitb5b67207e6459e129368c13a8069359a74b503f1 (patch)
tree078f59a254e4511f3593177d9abf7e3d9f0b7cb6
parentb41e8b4ba6dde7824dd5b637c7ceb81920f54a7b (diff)
set id's so that the locator is correctly identified in the settings page
Change-Id: Ief628843879a64fb22c65648a035ea3e82d6d8fc Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
-rw-r--r--runscriptlocatorfilter.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/runscriptlocatorfilter.cpp b/runscriptlocatorfilter.cpp
index 6e970d9..8ff52cf 100644
--- a/runscriptlocatorfilter.cpp
+++ b/runscriptlocatorfilter.cpp
@@ -40,6 +40,8 @@ using namespace Scripting::Internal;
RunScriptLocatorFilter::RunScriptLocatorFilter(QObject *parent) :
Locator::ILocatorFilter(parent)
{
+ setId("Run Script");
+ setDisplayName(tr("Run Script"));
setShortcutString(QLatin1String("rs"));
}