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/QXmppIbbIq.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source/QXmppIbbIq.h') diff --git a/source/QXmppIbbIq.h b/source/QXmppIbbIq.h index b36c8f7e..05240178 100644 --- a/source/QXmppIbbIq.h +++ b/source/QXmppIbbIq.h @@ -44,8 +44,10 @@ public: static bool isIbbOpenIq(const QDomElement &element); protected: + /// \cond void parseElementFromChild(const QDomElement &element); void toXmlElementFromChild(QXmlStreamWriter *writer) const; + /// \endcond private: long m_block_size; @@ -63,8 +65,10 @@ public: static bool isIbbCloseIq(const QDomElement &element); protected: + /// \cond void parseElementFromChild(const QDomElement &element); void toXmlElementFromChild(QXmlStreamWriter *writer) const; + /// \endcond private: QString m_sid; @@ -87,8 +91,10 @@ public: static bool isIbbDataIq(const QDomElement &element); protected: + /// \cond void parseElementFromChild(const QDomElement &element); void toXmlElementFromChild(QXmlStreamWriter *writer) const; + /// \endcond private: quint16 m_seq; -- cgit v1.2.3