aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/abstractuploadandinstallpackageservice.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/abstractuploadandinstallpackageservice.h
parent802edc9d8fdae55ea247567a337d5b769e206363 (diff)
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/abstractuploadandinstallpackageservice.h')
-rw-r--r--src/plugins/remotelinux/abstractuploadandinstallpackageservice.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/remotelinux/abstractuploadandinstallpackageservice.h b/src/plugins/remotelinux/abstractuploadandinstallpackageservice.h
index d646323639..c08682c597 100644
--- a/src/plugins/remotelinux/abstractuploadandinstallpackageservice.h
+++ b/src/plugins/remotelinux/abstractuploadandinstallpackageservice.h
@@ -46,11 +46,10 @@ protected:
QString packageFilePath() const;
-private slots:
+private:
void handleUploadFinished(const QString &errorMsg);
void handleInstallationFinished(const QString &errorMsg);
-private:
virtual AbstractRemoteLinuxPackageInstaller *packageInstaller() const = 0;
virtual QString uploadDir() const; // Defaults to remote user's home directory.