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