aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/base/QXmppResultSet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base/QXmppResultSet.h b/src/base/QXmppResultSet.h
index c2f1f070..87e458ea 100644
--- a/src/base/QXmppResultSet.h
+++ b/src/base/QXmppResultSet.h
@@ -30,7 +30,7 @@
class QXmlStreamWriter;
class QDomElement;
-/// \brief The QXmppResultSetQuery represents a set element in a query
+/// \brief The QXmppResultSetQuery class represents a set element in a query
/// as defined by XEP-0059: Result Set Management.
class QXMPP_EXPORT QXmppResultSetQuery
@@ -64,7 +64,7 @@ private:
QString m_before;
};
-/// \brief The QXmppResultSetQuery represents a set element in a reply
+/// \brief The QXmppResultSetQuery class represents a set element in a reply
/// as defined by XEP-0059: Result Set Management.
class QXMPP_EXPORT QXmppResultSetReply