aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/autotest/autotestconstants.h
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@theqtcompany.com>2015-03-30 07:47:07 +0200
committerChristian Stenger <christian.stenger@theqtcompany.com>2015-03-30 14:52:48 +0300
commit91677381795e0f261c286ef6c5170702362c826b (patch)
tree53cd7deeeb1425fd486e495ec85ee6dcf5db445e /plugins/autotest/autotestconstants.h
parent377408b1b05df5dbc9ed9584408ac9750a81fb33 (diff)
Add shortcuts to Run Tests options
Change-Id: Ia738420baeb51940865c59b66908068c85d658c1 Reviewed-by: Riitta-Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
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";