forked from qt-creator/qt-creator
BuildManager: Remove unused member
Change-Id: Ia4692aa11028d2bed3ee15ab2e2971c3fb2c2948 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
@@ -81,7 +81,6 @@ struct BuildManagerPrivate {
|
||||
|
||||
QList<BuildStep *> m_buildQueue;
|
||||
QStringList m_stepNames;
|
||||
QStringList m_configurations; // the corresponding configuration to the m_buildQueue
|
||||
ProjectExplorerPlugin *m_projectExplorerPlugin;
|
||||
bool m_running;
|
||||
QFutureWatcher<bool> m_watcher;
|
||||
|
||||
Reference in New Issue
Block a user