summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/remoteserver.h
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2015-02-10 16:21:26 +0100
committerKai Koehne <kai.koehne@theqtcompany.com>2015-02-20 10:22:28 +0000
commitd6bca86cad962a0078c2a8111133cff123f1ba0a (patch)
tree0f8cf9863c04675c24efe2bf6b0aa023a56a0f4c /src/libs/installer/remoteserver.h
parent0ff36e52afb503a99c8fded093d25321a46b3d19 (diff)
Use local sockets for client-server communication
Change-Id: I12bfef671ab31ae9fb8c4bb02776517e7f434d27 Task-number: QTIFW-228 Reviewed-by: Karsten Heimrich <karsten.heimrich@theqtcompany.com>
Diffstat (limited to 'src/libs/installer/remoteserver.h')
-rw-r--r--src/libs/installer/remoteserver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/installer/remoteserver.h b/src/libs/installer/remoteserver.h
index fcbb6ef7f..77550522d 100644
--- a/src/libs/installer/remoteserver.h
+++ b/src/libs/installer/remoteserver.h
@@ -55,9 +55,9 @@ public:
~RemoteServer();
void start();
- void init(quint16 port, const QString &authorizationKey, Protocol::Mode mode);
+ void init(const QString &socketName, const QString &authorizationKey, Protocol::Mode mode);
- quint16 port() const;
+ QString socketName() const;
QString authorizationKey() const;
private slots: