forked from qt-creator/qt-creator
ProjectExplorer: Merge SimpleBuildStepWidget into BuildStepWidget
The extra m_step member is not worth the abstraction, especially since almost all non-SimpleBuildStepWidget have something similar, too. Also, as several derived classes needed to correct SimpleBuildStepWidget's setShowWidget(false). Change-Id: I6e80d8c84c363b90dc27c70abd7fa6cefa1ed91e Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -112,7 +112,7 @@ void AbstractRemoteLinuxDeployStep::cancel()
|
||||
|
||||
BuildStepConfigWidget *AbstractRemoteLinuxDeployStep::createConfigWidget()
|
||||
{
|
||||
return new SimpleBuildStepConfigWidget(this);
|
||||
return new BuildStepConfigWidget(this, false);
|
||||
}
|
||||
|
||||
RemoteLinuxDeployConfiguration *AbstractRemoteLinuxDeployStep::deployConfiguration() const
|
||||
|
||||
Reference in New Issue
Block a user