From e4b647e931e862ccdac12ef4a6b4e58ab5e76211 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Fri, 10 Dec 2010 08:57:35 +0000 Subject: fix some documentation warnings --- src/QXmppStun.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/QXmppStun.cpp') 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) { -- cgit v1.2.3