aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/genericdirectuploadstep.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2019-12-20 17:05:30 +0100
committerhjk <hjk@qt.io>2020-01-09 11:26:01 +0000
commitc95bde6f6a638ddf4197c1fb56968de8794c9b35 (patch)
tree0b282897bdf5db53355ea95e2117e214b0c7cdf3 /src/plugins/remotelinux/genericdirectuploadstep.h
parent2f5365bf6102e44c9af1c330601a22f4d34f9631 (diff)
ProjectExplorer: Pass Id to BuildStep constructor
Allows to use constants in fewer places, similar to what e.g. RunConfiguration does. Change-Id: I9d049128206c4acf0ce14b06b66d6c090a7c5242 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, 1 insertions, 1 deletions
diff --git a/src/plugins/remotelinux/genericdirectuploadstep.h b/src/plugins/remotelinux/genericdirectuploadstep.h
index 0577366d9ab..cb53b5a6c1a 100644
--- a/src/plugins/remotelinux/genericdirectuploadstep.h
+++ b/src/plugins/remotelinux/genericdirectuploadstep.h
@@ -35,7 +35,7 @@ class REMOTELINUX_EXPORT GenericDirectUploadStep : public AbstractRemoteLinuxDep
Q_OBJECT
public:
- explicit GenericDirectUploadStep(ProjectExplorer::BuildStepList *bsl);
+ GenericDirectUploadStep(ProjectExplorer::BuildStepList *bsl, Core::Id id);
~GenericDirectUploadStep() override;
static Core::Id stepId();