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.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/plugins/autotest/autotestplugin.h b/src/plugins/autotest/autotestplugin.h
index b34fd95c36..c30db79e12 100644
--- a/src/plugins/autotest/autotestplugin.h
+++ b/src/plugins/autotest/autotestplugin.h
@@ -29,8 +29,6 @@
#include <extensionsystem/iplugin.h>
-#include <QMap>
-
namespace ProjectExplorer {
class Project;
class RunConfiguration;
@@ -65,7 +63,7 @@ public:
void extensionsInitialized() override;
ShutdownFlag aboutToShutdown() override;
- static QSharedPointer<TestSettings> settings();
+ static TestSettings *settings();
static TestProjectSettings *projectSettings(ProjectExplorer::Project *project);
static void updateMenuItemsEnabledState();
static void cacheRunConfigChoice(const QString &buildTargetKey, const ChoicePair &choice);
@@ -75,8 +73,6 @@ public:
private:
QVector<QObject *> createTestObjects() const override;
- class AutotestPluginPrivate *d = nullptr;
- const QSharedPointer<TestSettings> m_settings;
};
} // namespace Internal