summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/remoteclient_p.h
diff options
context:
space:
mode:
authorkh <karsten.heimrich@theqtcompany.com>2014-11-27 14:10:15 +0100
committerKai Koehne <kai.koehne@theqtcompany.com>2014-12-02 13:28:59 +0100
commitcd9782fd09420af12c5127468bdcb214efc633fe (patch)
tree1f6f6ca6295f4fdc1d00f9daffa7f167540c0c3c /src/libs/installer/remoteclient_p.h
parent2e05d089af226f798cbae3f44ff9d131bf682024 (diff)
Remove occurrences of QHostAddress.
The overload of QAbstractSocket::connectToHost() did convert to QHostAddress back to QString to call the other connect version. Change-Id: Idd4089fd92cfd9b103786395a455d0a18abc2c4a Reviewed-by: Niels Weber <niels.weber@theqtcompany.com> Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
Diffstat (limited to 'src/libs/installer/remoteclient_p.h')
-rw-r--r--src/libs/installer/remoteclient_p.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libs/installer/remoteclient_p.h b/src/libs/installer/remoteclient_p.h
index 5afc32ff5..103b60d08 100644
--- a/src/libs/installer/remoteclient_p.h
+++ b/src/libs/installer/remoteclient_p.h
@@ -45,7 +45,6 @@
#include <QCoreApplication>
#include <QElapsedTimer>
-#include <QHostAddress>
#include <QMutex>
#include <QThread>
@@ -187,7 +186,7 @@ public:
private:
RemoteClient *q_ptr;
QMutex m_mutex;
- QHostAddress m_address;
+ QString m_address;
quint16 m_port;
Protocol::StartAs m_startServerAs;
bool m_serverStarted;