diff options
Diffstat (limited to 'src/base')
| -rw-r--r-- | src/base/QXmppArchiveIq.h | 4 | ||||
| -rw-r--r-- | src/base/QXmppResultSet.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/base/QXmppArchiveIq.h b/src/base/QXmppArchiveIq.h index 1fe0491a..9e22bf71 100644 --- a/src/base/QXmppArchiveIq.h +++ b/src/base/QXmppArchiveIq.h @@ -32,7 +32,7 @@ class QXmlStreamWriter; class QDomElement; -/// \brief The QXmppArchiveMessage represents an archived message +/// \brief The QXmppArchiveMessage class represents an archived message /// as defined by XEP-0136: Message Archiving. class QXMPP_EXPORT QXmppArchiveMessage @@ -55,7 +55,7 @@ private: bool m_received; }; -/// \brief The QXmppArchiveChat represents an archived conversation +/// \brief The QXmppArchiveChat class represents an archived conversation /// as defined by XEP-0136: Message Archiving. class QXMPP_EXPORT QXmppArchiveChat diff --git a/src/base/QXmppResultSet.h b/src/base/QXmppResultSet.h index 87e458ea..58fa0c55 100644 --- a/src/base/QXmppResultSet.h +++ b/src/base/QXmppResultSet.h @@ -64,7 +64,7 @@ private: QString m_before; }; -/// \brief The QXmppResultSetQuery class represents a set element in a reply +/// \brief The QXmppResultSetReply class represents a set element in a reply /// as defined by XEP-0059: Result Set Management. class QXMPP_EXPORT QXmppResultSetReply |
