Qmake: Modernize code

Change-Id: I4ebedb69ae91843fd096af6f4cf225ec0c76a0b2
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2016-03-10 12:21:30 +01:00
parent 5996ff0ab8
commit cdf6e499c5
4 changed files with 45 additions and 43 deletions

View File

@@ -58,7 +58,13 @@ public:
bool initialize(const QStringList &arguments, QString *errorMessage);
void extensionsInitialized();
#ifdef WITH_TESTS
private slots:
void testQmakeOutputParsers_data();
void testQmakeOutputParsers();
#endif
private:
void projectChanged();
void activeTargetChanged();
void updateRunQMakeAction();
@@ -66,12 +72,6 @@ private slots:
void buildStateChanged(ProjectExplorer::Project *pro);
void updateBuildFileAction();
#ifdef WITH_TESTS
void testQmakeOutputParsers_data();
void testQmakeOutputParsers();
#endif
private:
QmakeManager *m_qmakeProjectManager = nullptr;
QmakeProject *m_previousStartupProject = nullptr;
ProjectExplorer::Target *m_previousTarget = nullptr;