diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2015-08-25 12:46:56 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2015-08-25 12:46:56 +0200 |
| commit | 65810f030b952d582737e9ff6c9582d3a60ba2b4 (patch) | |
| tree | fa6fd544df6e8f8abec48643b5332b7f39a6be62 /src/base/QXmppStun.h | |
| parent | 5cce6f583e1691ea98ac7c13ebbef8103f578404 (diff) | |
| download | qxmpp-65810f030b952d582737e9ff6c9582d3a60ba2b4.tar.gz | |
ICE: use QXmppUdpTransport
Diffstat (limited to 'src/base/QXmppStun.h')
| -rw-r--r-- | src/base/QXmppStun.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/base/QXmppStun.h b/src/base/QXmppStun.h index cdc237c5..37259a94 100644 --- a/src/base/QXmppStun.h +++ b/src/base/QXmppStun.h @@ -199,8 +199,7 @@ public slots: private slots: void checkCandidates(); void checkStun(); - void handleDatagram(const QByteArray &datagram, const QHostAddress &host, quint16 port, QUdpSocket *socket = 0); - void readyRead(); + void handleDatagram(const QByteArray &datagram, const QHostAddress &host, quint16 port); void turnConnected(); void transactionFinished(); void writeStun(const QXmppStunMessage &request); |
