forked from qt-creator/qt-creator
CMakeBuildStep: Get rid of m_waiting field
Change-Id: Iea737960f57e93fa1e688ed43eedf1bf44204709 Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
@@ -102,7 +102,6 @@ private:
|
||||
Utils::StringAspect *m_cmakeArguments = nullptr;
|
||||
Utils::StringAspect *m_toolArguments = nullptr;
|
||||
Utils::BoolAspect *m_useiOSAutomaticProvisioningUpdates = nullptr;
|
||||
bool m_waiting = false;
|
||||
|
||||
QString m_allTarget = "all";
|
||||
QString m_installTarget = "install";
|
||||
|
||||
Reference in New Issue
Block a user