aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/gtest/gtestsettingspage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/autotest/gtest/gtestsettingspage.h')
-rw-r--r--src/plugins/autotest/gtest/gtestsettingspage.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/plugins/autotest/gtest/gtestsettingspage.h b/src/plugins/autotest/gtest/gtestsettingspage.h
index d789fd4622..acb3b3513c 100644
--- a/src/plugins/autotest/gtest/gtestsettingspage.h
+++ b/src/plugins/autotest/gtest/gtestsettingspage.h
@@ -28,15 +28,14 @@
#include <coreplugin/dialogs/ioptionspage.h>
namespace Autotest {
-
-class IFrameworkSettings;
-
namespace Internal {
+class GTestSettings;
+
class GTestSettingsPage final : public Core::IOptionsPage
{
public:
- GTestSettingsPage(QSharedPointer<IFrameworkSettings> settings, Core::Id settingsId);
+ GTestSettingsPage(GTestSettings *settings, Utils::Id settingsId);
};
} // namespace Internal