summaryrefslogtreecommitdiff
path: root/src/plugins/remotelinux/remotelinuxcustomcommanddeployservice.h
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2016-06-30 23:04:57 +0300
committerOrgad Shaneh <orgads@gmail.com>2016-07-01 11:29:27 +0000
commite3b1c9b912c1408ba63f5b75e78ed16730c21f40 (patch)
tree64e09f0bc7c969607557e3c860059179bb68ad7f /src/plugins/remotelinux/remotelinuxcustomcommanddeployservice.h
parent802edc9d8fdae55ea247567a337d5b769e206363 (diff)
downloadqt-creator-e3b1c9b912c1408ba63f5b75e78ed16730c21f40.tar.gz
RemoteLinux: Use Qt5-style connects
The heavy lifting was done by clazy. Change-Id: I1a03435bbb4281bad4ff64baba0182e0050170d6 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
Diffstat (limited to 'src/plugins/remotelinux/remotelinuxcustomcommanddeployservice.h')
-rw-r--r--src/plugins/remotelinux/remotelinuxcustomcommanddeployservice.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/remotelinux/remotelinuxcustomcommanddeployservice.h b/src/plugins/remotelinux/remotelinuxcustomcommanddeployservice.h
index ddb84698d9..0adb1943ec 100644
--- a/src/plugins/remotelinux/remotelinuxcustomcommanddeployservice.h
+++ b/src/plugins/remotelinux/remotelinuxcustomcommanddeployservice.h
@@ -49,12 +49,11 @@ protected:
void doDeploy();
void stopDeployment();
-private slots:
+private:
void handleStdout();
void handleStderr();
void handleProcessClosed(int exitStatus);
-private:
Internal::RemoteLinuxCustomCommandDeployservicePrivate *d;
};