diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-12-10 08:57:35 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-12-10 08:57:35 +0000 |
| commit | e4b647e931e862ccdac12ef4a6b4e58ab5e76211 (patch) | |
| tree | 2c87da1a6c5e2217fec2b47e53d0a6b7ed1b8eb4 /src/QXmppStun.cpp | |
| parent | 4b8f6e0d4e795bf58994d73c25fa48495dafaa8e (diff) | |
| download | qxmpp-e4b647e931e862ccdac12ef4a6b4e58ab5e76211.tar.gz | |
fix some documentation warnings
Diffstat (limited to 'src/QXmppStun.cpp')
| -rw-r--r-- | src/QXmppStun.cpp | 3 |
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) { |
