diff options
Diffstat (limited to 'src/base/QXmppResultSet.h')
| -rw-r--r-- | src/base/QXmppResultSet.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base/QXmppResultSet.h b/src/base/QXmppResultSet.h index b75d7f1a..02d03645 100644 --- a/src/base/QXmppResultSet.h +++ b/src/base/QXmppResultSet.h @@ -29,7 +29,7 @@ #include <QDateTime> /// \brief The QXmppResultSetQuery class represents a set element in a query -/// as defined by XEP-0059: Result Set Management. +/// as defined by \xep{0059}: Result Set Management. class QXMPP_EXPORT QXmppResultSetQuery { @@ -63,7 +63,7 @@ private: }; /// \brief The QXmppResultSetReply class represents a set element in a reply -/// as defined by XEP-0059: Result Set Management. +/// as defined by \xep{0059}: Result Set Management. class QXMPP_EXPORT QXmppResultSetReply { |
