forked from qt-creator/qt-creator
ProjectExplorer: Make BuildStep::immutable use a data member
Default to false, remove all no-op reimplementations. And rename the getter to isImmutable according to the rules. Change-Id: I8cce79d88fb59badfa1cffcf30a46f7ff3b09e8b Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -142,11 +142,6 @@ BuildStepConfigWidget *ConfigureStep::createConfigWidget()
|
||||
return m_widget.data();
|
||||
}
|
||||
|
||||
bool ConfigureStep::immutable() const
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
void ConfigureStep::notifyBuildDirectoryChanged()
|
||||
{
|
||||
updateDetails();
|
||||
|
||||
Reference in New Issue
Block a user