aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/remotelinuxcustomcommanddeploymentstep.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2019-06-07 16:43:06 +0200
committerhjk <hjk@qt.io>2019-06-11 13:56:55 +0000
commitd747be71f5bff6163ca3c786715f732c997138a4 (patch)
tree7b70b8b5659b954bb04c265acf12258b437a747b /src/plugins/remotelinux/remotelinuxcustomcommanddeploymentstep.h
parent00b692e67e5fcfb4946d1da8094b05c9bf5f35ad (diff)
RemoteLinux et al: Use functor for deploy step polishing
More compact. Change-Id: I8adc63aec71de1e57640911300f2699598ef1a01 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/remotelinux/remotelinuxcustomcommanddeploymentstep.h')
-rw-r--r--src/plugins/remotelinux/remotelinuxcustomcommanddeploymentstep.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/remotelinux/remotelinuxcustomcommanddeploymentstep.h b/src/plugins/remotelinux/remotelinuxcustomcommanddeploymentstep.h
index 325ceb0ebd..b35332c7bf 100644
--- a/src/plugins/remotelinux/remotelinuxcustomcommanddeploymentstep.h
+++ b/src/plugins/remotelinux/remotelinuxcustomcommanddeploymentstep.h
@@ -42,7 +42,6 @@ public:
static QString displayName();
private:
- CheckResult initInternal() override;
AbstractRemoteLinuxDeployService *deployService() const override;
Internal::RemoteLinuxCustomCommandDeploymentStepPrivate *d;