aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppRpcIq.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-08-11 07:05:41 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-08-11 07:05:41 +0000
commitdc2b329fc4a3091ed3dde2c859681d35d347b345 (patch)
tree27fa14dd4abf698bfacf440536fda7e15f5ae54d /source/QXmppRpcIq.h
parente27715a016c0ccfb3dd030f585c253ee32f6791a (diff)
downloadqxmpp-dc2b329fc4a3091ed3dde2c859681d35d347b345.tar.gz
hide parsing/serialisation methods from doxygen
Diffstat (limited to 'source/QXmppRpcIq.h')
-rw-r--r--source/QXmppRpcIq.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/QXmppRpcIq.h b/source/QXmppRpcIq.h
index 8ddbb378..3693f133 100644
--- a/source/QXmppRpcIq.h
+++ b/source/QXmppRpcIq.h
@@ -112,8 +112,10 @@ public:
static bool isRpcErrorIq(const QDomElement &element);
protected:
+ /// \cond
void parseElementFromChild(const QDomElement &element);
void toXmlElementFromChild(QXmlStreamWriter *writer) const;
+ /// \endcond
private:
QXmppRpcInvokeIq m_query;