From dc2b329fc4a3091ed3dde2c859681d35d347b345 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Wed, 11 Aug 2010 07:05:41 +0000 Subject: hide parsing/serialisation methods from doxygen --- source/QXmppByteStreamIq.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/QXmppByteStreamIq.h') diff --git a/source/QXmppByteStreamIq.h b/source/QXmppByteStreamIq.h index c3f8db02..401929f5 100644 --- a/source/QXmppByteStreamIq.h +++ b/source/QXmppByteStreamIq.h @@ -80,8 +80,10 @@ public: static bool isByteStreamIq(const QDomElement &element); protected: + /// \cond void parseElementFromChild(const QDomElement &element); void toXmlElementFromChild(QXmlStreamWriter *writer) const; + /// \endcond private: Mode m_mode; -- cgit v1.2.3