forked from qt-creator/qt-creator
move settings getter to cpp
Change-Id: Iec90cfcd74192f13d270180db91db95d41253bc5 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
committed by
Christian Stenger
parent
1cc239ef41
commit
b655f70aba
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user