aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppStun.h
diff options
context:
space:
mode:
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;
};