aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/testsettingspage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/autotest/testsettingspage.h')
-rw-r--r--src/plugins/autotest/testsettingspage.h22
1 files changed, 3 insertions, 19 deletions
diff --git a/src/plugins/autotest/testsettingspage.h b/src/plugins/autotest/testsettingspage.h
index 064a9504c97..03eb214097d 100644
--- a/src/plugins/autotest/testsettingspage.h
+++ b/src/plugins/autotest/testsettingspage.h
@@ -5,28 +5,12 @@
#include <coreplugin/dialogs/ioptionspage.h>
-#include <QPointer>
-
-namespace Autotest {
-namespace Internal {
-
-struct TestSettings;
-class TestSettingsWidget;
+namespace Autotest::Internal {
class TestSettingsPage : public Core::IOptionsPage
{
- Q_OBJECT
public:
- explicit TestSettingsPage(TestSettings *settings);
-
- QWidget *widget() override;
- void apply() override;
- void finish() override { }
-
-private:
- TestSettings *m_settings;
- QPointer<TestSettingsWidget> m_widget;
+ TestSettingsPage();
};
-} // namespace Internal
-} // namespace Autotest
+} // Autotest::Internal