aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppStun.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2015-08-27 11:02:44 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2015-08-27 11:02:44 +0200
commitaf651d915be184e53f3f648544147ebd40200caa (patch)
tree05d19cd6740625da0bd652b6880e6e094f29b3d1 /src/base/QXmppStun.h
parent95774986638c50782d6be5fcf18f9fef4d45545f (diff)
downloadqxmpp-af651d915be184e53f3f648544147ebd40200caa.tar.gz
remove setRemoteUser / setRemotePassword from ICE component public API
Diffstat (limited to 'src/base/QXmppStun.h')
-rw-r--r--src/base/QXmppStun.h2
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);