aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/genericdirectuploadstep.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/genericdirectuploadstep.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/genericdirectuploadstep.h')
-rw-r--r--src/plugins/remotelinux/genericdirectuploadstep.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/remotelinux/genericdirectuploadstep.h b/src/plugins/remotelinux/genericdirectuploadstep.h
index fa9b98205cc..257a354c2ab 100644
--- a/src/plugins/remotelinux/genericdirectuploadstep.h
+++ b/src/plugins/remotelinux/genericdirectuploadstep.h
@@ -40,8 +40,6 @@ public:
explicit GenericDirectUploadStep(ProjectExplorer::BuildStepList *bsl);
~GenericDirectUploadStep() override;
- CheckResult initInternal() override;
-
static Core::Id stepId();
static QString displayName();