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/QXmppRpcIq.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/QXmppRpcIq.h') diff --git a/src/QXmppRpcIq.h b/src/QXmppRpcIq.h index 1d285649..e528f475 100644 --- a/src/QXmppRpcIq.h +++ b/src/QXmppRpcIq.h @@ -56,7 +56,9 @@ public: QVariantList values() const; void setValues(const QVariantList &values); + /// \cond static bool isRpcResponseIq(const QDomElement &element); + /// \endcond protected: /// \cond @@ -86,7 +88,9 @@ public: QVariantList arguments() const; void setArguments(const QVariantList &arguments); + /// \cond static bool isRpcInvokeIq(const QDomElement &element); + /// \endcond protected: /// \cond @@ -109,7 +113,9 @@ public: QXmppRpcInvokeIq query() const; void setQuery(const QXmppRpcInvokeIq &query); + /// \cond static bool isRpcErrorIq(const QDomElement &element); + /// \endcond protected: /// \cond -- cgit v1.2.3