From cca5561964cb41bec983fab76b0d10705be6eecd Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Tue, 10 Aug 2010 08:50:48 +0000 Subject: hide internals from doxygen --- source/QXmppRpcIq.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source') 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; -- cgit v1.2.3