From 33056a200b1cf044201fd37d694197eea315bb26 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Mon, 17 Sep 2012 20:25:24 +0200 Subject: Allow StreamHost::host to contain a host name --- src/base/QXmppByteStreamIq.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/base/QXmppByteStreamIq.h') diff --git a/src/base/QXmppByteStreamIq.h b/src/base/QXmppByteStreamIq.h index 408cccfd..0054bfb1 100644 --- a/src/base/QXmppByteStreamIq.h +++ b/src/base/QXmppByteStreamIq.h @@ -43,8 +43,8 @@ public: QString jid() const; void setJid(const QString &jid); - QHostAddress host() const; - void setHost(const QHostAddress &host); + QString host() const; + void setHost(const QString &host); quint16 port() const; void setPort(quint16 port); @@ -53,7 +53,7 @@ public: void setZeroconf(const QString &zeroconf); private: - QHostAddress m_host; + QString m_host; QString m_jid; quint16 m_port; QString m_zeroconf; -- cgit v1.2.3