aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/remotelinuxkillappstep.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/remotelinuxkillappstep.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/remotelinuxkillappstep.h')
-rw-r--r--src/plugins/remotelinux/remotelinuxkillappstep.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/remotelinux/remotelinuxkillappstep.h b/src/plugins/remotelinux/remotelinuxkillappstep.h
index 183db57b2a1..e7fa0a48eee 100644
--- a/src/plugins/remotelinux/remotelinuxkillappstep.h
+++ b/src/plugins/remotelinux/remotelinuxkillappstep.h
@@ -41,7 +41,6 @@ public:
static QString displayName();
private:
- CheckResult initInternal() override;
AbstractRemoteLinuxDeployService *deployService() const override;
RemoteLinuxKillAppService * const m_service;