aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/autotestplugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/autotest/autotestplugin.h')
-rw-r--r--src/plugins/autotest/autotestplugin.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/autotest/autotestplugin.h b/src/plugins/autotest/autotestplugin.h
index dcbdb5ddde..c846d3e0b0 100644
--- a/src/plugins/autotest/autotestplugin.h
+++ b/src/plugins/autotest/autotestplugin.h
@@ -71,6 +71,7 @@ public:
static void cacheRunConfigChoice(const QString &buildTargetKey, const ChoicePair &choice);
static ChoicePair cachedChoiceFor(const QString &buildTargetKey);
static void clearChoiceCache();
+ static void popupResultsPane();
private:
void initializeMenuEntries();
@@ -78,7 +79,7 @@ private:
void onRunSelectedTriggered();
void onRunFileTriggered();
void onRunUnderCursorTriggered(TestRunMode mode);
- QList<QObject *> createTestObjects() const override;
+ QVector<QObject *> createTestObjects() const override;
const QSharedPointer<TestSettings> m_settings;
TestFrameworkManager *m_frameworkManager = nullptr;
TestSettingsPage *m_testSettingPage = nullptr;