aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/autotest/autotestconstants.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/autotest/autotestconstants.h')
-rw-r--r--plugins/autotest/autotestconstants.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/autotest/autotestconstants.h b/plugins/autotest/autotestconstants.h
index d1ed659079..ed9c495149 100644
--- a/plugins/autotest/autotestconstants.h
+++ b/plugins/autotest/autotestconstants.h
@@ -25,7 +25,9 @@
namespace Autotest {
namespace Constants {
-const char ACTION_ID[] = "AutoTest.Action";
+const char ACTION_SCAN_ID[] = "AutoTest.ScanAction";
+const char ACTION_RUN_ALL_ID[] = "AutoTest.RunAll";
+const char ACTION_RUN_SELECTED_ID[] = "AutoTest.RunSelected";
const char MENU_ID[] = "AutoTest.Menu";
const char AUTOTEST_ID[] = "AutoTest.ATP";
const char AUTOTEST_CONTEXT[] = "Auto Tests";