aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/QXmppRpcIq.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/QXmppRpcIq.h b/source/QXmppRpcIq.h
index d6cf63ab..6ca92e5e 100644
--- a/source/QXmppRpcIq.h
+++ b/source/QXmppRpcIq.h
@@ -59,8 +59,10 @@ public:
static bool isRpcResponseIq(const QDomElement &element);
protected:
+ /// \cond
void parseElementFromChild(const QDomElement &element);
void toXmlElementFromChild(QXmlStreamWriter *writer) const;
+ /// \endcond
private:
int m_faultCode;
@@ -90,8 +92,10 @@ public:
static bool isRpcInvokeIq(const QDomElement &element);
protected:
+ /// \cond
void parseElementFromChild(const QDomElement &element);
void toXmlElementFromChild(QXmlStreamWriter *writer) const;
+ /// \endcond
private:
QVariantList m_arguments;