summaryrefslogtreecommitdiff
path: root/plugins/autotest/autotestplugin.h
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@theqtcompany.com>2015-01-06 15:24:31 +0100
committerChristian Stenger <christian.stenger@theqtcompany.com>2015-01-06 16:35:10 +0200
commitb655f70aba37facac064609eb06c2f563fb87aa8 (patch)
tree686178694267476183df15088cfa576e686c46b8 /plugins/autotest/autotestplugin.h
parent1cc239ef41d1e7d356979d3dca59c3489b1dfba7 (diff)
downloadqt-creator-b655f70aba37facac064609eb06c2f563fb87aa8.tar.gz
move settings getter to cpp
Change-Id: Iec90cfcd74192f13d270180db91db95d41253bc5 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
Diffstat (limited to 'plugins/autotest/autotestplugin.h')
-rw-r--r--plugins/autotest/autotestplugin.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/autotest/autotestplugin.h b/plugins/autotest/autotestplugin.h
index 71f887791d..be4a803717 100644
--- a/plugins/autotest/autotestplugin.h
+++ b/plugins/autotest/autotestplugin.h
@@ -39,11 +39,12 @@ public:
static AutotestPlugin *instance();
+ QSharedPointer<TestSettings> settings() const;
+
bool initialize(const QStringList &arguments, QString *errorString);
void extensionsInitialized();
ShutdownFlag aboutToShutdown();
- QSharedPointer<TestSettings> settings() const { return m_settings; }
private slots:
void triggerAction();