aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppStun.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2015-08-27 11:51:36 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2015-08-27 11:51:36 +0200
commit613564dee8e4eeecfc197f9844621d27888e3593 (patch)
tree596b0f9dec73de7536926b31ce67ca7cda527499 /src/base/QXmppStun.h
parentf9d5a112f7877cda94f980ad9b06113779162136 (diff)
downloadqxmpp-613564dee8e4eeecfc197f9844621d27888e3593.tar.gz
share ICE config
Diffstat (limited to 'src/base/QXmppStun.h')
-rw-r--r--src/base/QXmppStun.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/base/QXmppStun.h b/src/base/QXmppStun.h
index e897ecdf..62cab200 100644
--- a/src/base/QXmppStun.h
+++ b/src/base/QXmppStun.h
@@ -35,6 +35,7 @@ class QUdpSocket;
class QTimer;
class QXmppIceComponentPrivate;
class QXmppIceConnectionPrivate;
+class QXmppIcePrivate;
/// \internal
///
@@ -204,7 +205,7 @@ signals:
void localCandidatesChanged();
private:
- QXmppIceComponent(int component, QObject *parent=0);
+ QXmppIceComponent(int component, QXmppIcePrivate *config, QObject *parent=0);
QXmppIceComponentPrivate *d;
friend class QXmppIceComponentPrivate;