diff options
| author | hjk <[email protected]> | 2019-12-20 17:05:30 +0100 |
|---|---|---|
| committer | hjk <[email protected]> | 2020-01-09 11:26:01 +0000 |
| commit | c95bde6f6a638ddf4197c1fb56968de8794c9b35 (patch) | |
| tree | 0b282897bdf5db53355ea95e2117e214b0c7cdf3 /src/plugins/winrt/winrtpackagedeploymentstep.h | |
| parent | 2f5365bf6102e44c9af1c330601a22f4d34f9631 (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 <[email protected]>
Diffstat (limited to 'src/plugins/winrt/winrtpackagedeploymentstep.h')
| -rw-r--r-- | src/plugins/winrt/winrtpackagedeploymentstep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/winrt/winrtpackagedeploymentstep.h b/src/plugins/winrt/winrtpackagedeploymentstep.h index f8bd0b59f71..fd39ce7ca1f 100644 --- a/src/plugins/winrt/winrtpackagedeploymentstep.h +++ b/src/plugins/winrt/winrtpackagedeploymentstep.h @@ -36,7 +36,7 @@ class WinRtPackageDeploymentStep : public ProjectExplorer::AbstractProcessStep Q_OBJECT public: - explicit WinRtPackageDeploymentStep(ProjectExplorer::BuildStepList *bsl); + WinRtPackageDeploymentStep(ProjectExplorer::BuildStepList *bsl, Core::Id id); QString defaultWinDeployQtArguments() const; |
