aboutsummaryrefslogtreecommitdiff
path: root/src/QXmppRpcIq.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-12-10 08:57:35 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-12-10 08:57:35 +0000
commite4b647e931e862ccdac12ef4a6b4e58ab5e76211 (patch)
tree2c87da1a6c5e2217fec2b47e53d0a6b7ed1b8eb4 /src/QXmppRpcIq.h
parent4b8f6e0d4e795bf58994d73c25fa48495dafaa8e (diff)
downloadqxmpp-e4b647e931e862ccdac12ef4a6b4e58ab5e76211.tar.gz
fix some documentation warnings
Diffstat (limited to 'src/QXmppRpcIq.h')
-rw-r--r--src/QXmppRpcIq.h6
1 files changed, 6 insertions, 0 deletions
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