RemoteLinux: Move the 'showWidget' value down the hierarchy

The in-between 'false' default value was reverted further down
twice and only used as such once.

Change-Id: I3017c1328a0fa036b0fb66d6955ee1b0585697f3
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
hjk
2018-10-19 17:10:39 +02:00
parent 6dbdb2dc9a
commit 16de556c86
8 changed files with 7 additions and 18 deletions

View File

@@ -110,11 +110,6 @@ void AbstractRemoteLinuxDeployStep::cancel()
deployService()->stop();
}
BuildStepConfigWidget *AbstractRemoteLinuxDeployStep::createConfigWidget()
{
return new BuildStepConfigWidget(this, false);
}
RemoteLinuxDeployConfiguration *AbstractRemoteLinuxDeployStep::deployConfiguration() const
{
return qobject_cast<RemoteLinuxDeployConfiguration *>(BuildStep::deployConfiguration());