diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2015-08-27 11:02:44 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2015-08-27 11:02:44 +0200 |
| commit | af651d915be184e53f3f648544147ebd40200caa (patch) | |
| tree | 05d19cd6740625da0bd652b6880e6e094f29b3d1 /src/base/QXmppStun.h | |
| parent | 95774986638c50782d6be5fcf18f9fef4d45545f (diff) | |
| download | qxmpp-af651d915be184e53f3f648544147ebd40200caa.tar.gz | |
remove setRemoteUser / setRemotePassword from ICE component public API
Diffstat (limited to 'src/base/QXmppStun.h')
| -rw-r--r-- | src/base/QXmppStun.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/base/QXmppStun.h b/src/base/QXmppStun.h index 453fee53..fc29c42d 100644 --- a/src/base/QXmppStun.h +++ b/src/base/QXmppStun.h @@ -180,8 +180,6 @@ public: void setComponent(int component); bool addRemoteCandidate(const QXmppJingleCandidate &candidate); - void setRemoteUser(const QString &user); - void setRemotePassword(const QString &password); bool isConnected() const; void setSockets(QList<QUdpSocket*> sockets); |
