aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/remotelinuxkillappstep.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2018-09-20 10:03:57 +0200
committerhjk <hjk@qt.io>2018-09-20 08:20:44 +0000
commited2fbeeecfb94648b5c1ba25bc7b8eca3be1ec9e (patch)
tree0ed6cafefcc4427ddc7f6da76550e9c9808923d0 /src/plugins/remotelinux/remotelinuxkillappstep.h
parent7bd3f0682842b9324b926091166ee94be75d7bfc (diff)
RemoteLinux: Remove RemoteLinuxKillAppStep::createConfigWidget
Identical to base AbstractRemoteLinuxDeployStep::createConfigWidget. Change-Id: I10a94514e50839950eb4e07a4ce1b4c004b51881 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/plugins/remotelinux/remotelinuxkillappstep.h')
-rw-r--r--src/plugins/remotelinux/remotelinuxkillappstep.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/remotelinux/remotelinuxkillappstep.h b/src/plugins/remotelinux/remotelinuxkillappstep.h
index dc94808ff12..e1f9b3f47e9 100644
--- a/src/plugins/remotelinux/remotelinuxkillappstep.h
+++ b/src/plugins/remotelinux/remotelinuxkillappstep.h
@@ -41,8 +41,6 @@ public:
static QString displayName();
private:
- ProjectExplorer::BuildStepConfigWidget *createConfigWidget() override;
-
bool initInternal(QString *error) override;
AbstractRemoteLinuxDeployService *deployService() const override;