summaryrefslogtreecommitdiff
path: root/plugins/autotest/autotestplugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/autotest/autotestplugin.h')
-rw-r--r--plugins/autotest/autotestplugin.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/autotest/autotestplugin.h b/plugins/autotest/autotestplugin.h
index 8bf2664b40..b7a02d89e7 100644
--- a/plugins/autotest/autotestplugin.h
+++ b/plugins/autotest/autotestplugin.h
@@ -49,6 +49,9 @@ public:
private:
bool checkLicense();
void initializeMenuEntries();
+ void onRunAllTriggered();
+ void onRunSelectedTriggered();
+ void updateMenuItemsEnabledState();
QList<QObject *> createTestObjects() const;
const QSharedPointer<TestSettings> m_settings;
};