RemoteLinux: Replace RemoteLinuxDeployConfiguration

... by base DeployConfiguration and adapt remaining users.

Change-Id: I6e2a0ab0c9b682b221de0089f8768b5e621e0025
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
hjk
2019-01-18 15:19:59 +01:00
parent a8d2546dad
commit 59ac20b8d5
6 changed files with 12 additions and 39 deletions

View File

@@ -110,11 +110,6 @@ void AbstractRemoteLinuxDeployStep::cancel()
deployService()->stop();
}
RemoteLinuxDeployConfiguration *AbstractRemoteLinuxDeployStep::deployConfiguration() const
{
return qobject_cast<RemoteLinuxDeployConfiguration *>(BuildStep::deployConfiguration());
}
void AbstractRemoteLinuxDeployStep::handleProgressMessage(const QString &message)
{
emit addOutput(message, OutputFormat::NormalMessage);