aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppStun.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2015-08-25 09:02:02 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2015-08-25 09:03:17 +0200
commit5a5a2ed8cdad82740d95292853481d6ce0891df0 (patch)
tree939356450eed7d3ec310ef7bf2b0dcc123bdd89c /src/base/QXmppStun.h
parent722c1fc2f807f6da6a9a7996dc86c23b61c554a8 (diff)
downloadqxmpp-5a5a2ed8cdad82740d95292853481d6ce0891df0.tar.gz
ICE: rework sending STUN packet
Diffstat (limited to 'src/base/QXmppStun.h')
-rw-r--r--src/base/QXmppStun.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/QXmppStun.h b/src/base/QXmppStun.h
index 6505bb4b..20fad6dd 100644
--- a/src/base/QXmppStun.h
+++ b/src/base/QXmppStun.h
@@ -329,8 +329,8 @@ signals:
private:
CandidatePair *addRemoteCandidate(QUdpSocket *socket, const QHostAddress &host, quint16 port, quint32 priority);
- qint64 writeStun(const QXmppStunMessage &message, CandidatePair *pair);
+ friend class QXmppIceComponentPrivate;
QXmppIceComponentPrivate *d;
};