aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/remotelinuxkillappservice.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2019-06-13 17:03:56 +0200
committerhjk <hjk@qt.io>2019-06-14 13:00:25 +0000
commit77e8e1707c7223fc4905058f531e83e6788ad845 (patch)
tree23cde0178033b9062ab12b8653c6ee95161de494 /src/plugins/remotelinux/remotelinuxkillappservice.h
parent7ceb26defc49ad281369ed87b45e46fe26268167 (diff)
RemoteLinux: Move deployservice ownership to AbstractRemoteLinuxDeployStep
Change-Id: I12cfa0d2cdb171d381e6fde6b0e71fc0c098d746 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/remotelinux/remotelinuxkillappservice.h')
-rw-r--r--src/plugins/remotelinux/remotelinuxkillappservice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/remotelinux/remotelinuxkillappservice.h b/src/plugins/remotelinux/remotelinuxkillappservice.h
index 16dd33908ee..c3ff4f5e0e4 100644
--- a/src/plugins/remotelinux/remotelinuxkillappservice.h
+++ b/src/plugins/remotelinux/remotelinuxkillappservice.h
@@ -34,7 +34,7 @@ class REMOTELINUX_EXPORT RemoteLinuxKillAppService : public AbstractRemoteLinuxD
{
Q_OBJECT
public:
- RemoteLinuxKillAppService(QObject *parent = nullptr);
+ RemoteLinuxKillAppService();
~RemoteLinuxKillAppService() override;
void setRemoteExecutable(const QString &filePath);