aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/genericdirectuploadstep.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2018-10-19 17:10:39 +0200
committerhjk <hjk@qt.io>2018-10-19 15:40:17 +0000
commit16de556c8699766e661de00cba0fc8de58109517 (patch)
tree189ce236e60651fe5a224fcfebb378baa09927e4 /src/plugins/remotelinux/genericdirectuploadstep.h
parent6dbdb2dc9ad626eacd350373060a0679feb7d9b9 (diff)
RemoteLinux: Move the 'showWidget' value down the hierarchy
The in-between 'false' default value was reverted further down twice and only used as such once. Change-Id: I3017c1328a0fa036b0fb66d6955ee1b0585697f3 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/remotelinux/genericdirectuploadstep.h')
-rw-r--r--src/plugins/remotelinux/genericdirectuploadstep.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/remotelinux/genericdirectuploadstep.h b/src/plugins/remotelinux/genericdirectuploadstep.h
index a17c866a447..5751e833b6a 100644
--- a/src/plugins/remotelinux/genericdirectuploadstep.h
+++ b/src/plugins/remotelinux/genericdirectuploadstep.h
@@ -40,7 +40,6 @@ public:
explicit GenericDirectUploadStep(ProjectExplorer::BuildStepList *bsl);
~GenericDirectUploadStep() override;
- ProjectExplorer::BuildStepConfigWidget *createConfigWidget() override;
bool initInternal(QString *error = nullptr) override;
static Core::Id stepId();