aboutsummaryrefslogtreecommitdiff
path: root/src/QXmppStun.cpp
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-12-10 08:57:35 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-12-10 08:57:35 +0000
commite4b647e931e862ccdac12ef4a6b4e58ab5e76211 (patch)
tree2c87da1a6c5e2217fec2b47e53d0a6b7ed1b8eb4 /src/QXmppStun.cpp
parent4b8f6e0d4e795bf58994d73c25fa48495dafaa8e (diff)
downloadqxmpp-e4b647e931e862ccdac12ef4a6b4e58ab5e76211.tar.gz
fix some documentation warnings
Diffstat (limited to 'src/QXmppStun.cpp')
-rw-r--r--src/QXmppStun.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/QXmppStun.cpp b/src/QXmppStun.cpp
index 69f582d8..e7a468d8 100644
--- a/src/QXmppStun.cpp
+++ b/src/QXmppStun.cpp
@@ -316,6 +316,7 @@ void QXmppStunMessage::setPriority(quint32 priority)
///
/// \param buffer
/// \param password
+/// \param errors
bool QXmppStunMessage::decode(const QByteArray &buffer, const QString &password, QStringList *errors)
{
@@ -660,6 +661,8 @@ QByteArray QXmppStunMessage::encode(const QString &password, bool addFingerprint
/// type, otherwise returns 0.
///
/// \param buffer
+/// \param cookie
+/// \param id
quint16 QXmppStunMessage::peekType(const QByteArray &buffer, quint32 &cookie, QByteArray &id)
{