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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/base/QXmppStun.h b/src/base/QXmppStun.h
index fc29c42d..af47f1ce 100644
--- a/src/base/QXmppStun.h
+++ b/src/base/QXmppStun.h
@@ -177,7 +177,6 @@ public:
QList<QXmppJingleCandidate> localCandidates() const;
int component() const;
- void setComponent(int component);
bool addRemoteCandidate(const QXmppJingleCandidate &candidate);
@@ -210,7 +209,7 @@ signals:
void localCandidatesChanged();
private:
- QXmppIceComponent(QObject *parent=0);
+ QXmppIceComponent(int component, QObject *parent=0);
QXmppIceComponentPrivate *d;
friend class QXmppIceComponentPrivate;