Remove unused field

Change-Id: I7637171d9793a621d53be2c4da098eba246732f1
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Jarek Kobus
2021-01-25 14:04:23 +01:00
parent 672797cd05
commit 388fd31db8

View File

@@ -99,7 +99,6 @@ private:
Utils::IntegerAspect *m_userJobCountAspect = nullptr; Utils::IntegerAspect *m_userJobCountAspect = nullptr;
Utils::BoolAspect *m_overrideMakeflagsAspect = nullptr; Utils::BoolAspect *m_overrideMakeflagsAspect = nullptr;
Utils::TextDisplay *m_nonOverrideWarning = nullptr; Utils::TextDisplay *m_nonOverrideWarning = nullptr;
Utils::BoolAspect *m_cleanAspect = nullptr;
bool m_disablingForSubDirsSupported = false; bool m_disablingForSubDirsSupported = false;
bool m_enabledForSubDirs = true; bool m_enabledForSubDirs = true;
}; };