diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-05-10 10:10:29 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-05-10 10:10:29 +0200 |
| commit | 8849303e4492acdab9605129d41fffe2b4585c7b (patch) | |
| tree | 10213fadd9077c3bce93e25552105fe8e2f1f7fb /src/base/QXmppStun.cpp | |
| parent | 78303d76882be5ff31e4798893e19cd8c9a59c43 (diff) | |
| download | qxmpp-8849303e4492acdab9605129d41fffe2b4585c7b.tar.gz | |
fix some documentation warnings
Diffstat (limited to 'src/base/QXmppStun.cpp')
| -rw-r--r-- | src/base/QXmppStun.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/base/QXmppStun.cpp b/src/base/QXmppStun.cpp index ab596886..be8721e0 100644 --- a/src/base/QXmppStun.cpp +++ b/src/base/QXmppStun.cpp @@ -1565,7 +1565,6 @@ QString QXmppIceComponent::Pair::toString() const /// Constructs a new QXmppIceComponent. /// -/// \param controlling /// \param parent QXmppIceComponent::QXmppIceComponent(QObject *parent) @@ -1719,6 +1718,8 @@ bool QXmppIceComponent::isConnected() const return m_activePair != 0; } +/// Sets whether the local party has the ICE controlling role. + void QXmppIceComponent::setIceControlling(bool controlling) { m_iceControlling = controlling; @@ -2294,7 +2295,6 @@ qint64 QXmppIceComponent::writeStun(const QXmppStunMessage &message, QXmppIceCom /// Constructs a new ICE connection. /// -/// \param controlling /// \param parent QXmppIceConnection::QXmppIceConnection(QObject *parent) @@ -2434,6 +2434,8 @@ bool QXmppIceConnection::isConnected() const return true; } +/// Sets whether the local party has the ICE controlling role. + void QXmppIceConnection::setIceControlling(bool controlling) { m_iceControlling = controlling; |
