aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/remotelinuxkillappstep.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/remotelinuxkillappstep.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/remotelinuxkillappstep.h')
-rw-r--r--src/plugins/remotelinux/remotelinuxkillappstep.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/remotelinux/remotelinuxkillappstep.h b/src/plugins/remotelinux/remotelinuxkillappstep.h
index e1f9b3f47e..dc94808ff1 100644
--- a/src/plugins/remotelinux/remotelinuxkillappstep.h
+++ b/src/plugins/remotelinux/remotelinuxkillappstep.h
@@ -41,6 +41,8 @@ public:
static QString displayName();
private:
+ ProjectExplorer::BuildStepConfigWidget *createConfigWidget() override;
+
bool initInternal(QString *error) override;
AbstractRemoteLinuxDeployService *deployService() const override;