diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-11 07:05:41 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-11 07:05:41 +0000 |
| commit | dc2b329fc4a3091ed3dde2c859681d35d347b345 (patch) | |
| tree | 27fa14dd4abf698bfacf440536fda7e15f5ae54d /source/QXmppIbbIq.h | |
| parent | e27715a016c0ccfb3dd030f585c253ee32f6791a (diff) | |
| download | qxmpp-dc2b329fc4a3091ed3dde2c859681d35d347b345.tar.gz | |
hide parsing/serialisation methods from doxygen
Diffstat (limited to 'source/QXmppIbbIq.h')
| -rw-r--r-- | source/QXmppIbbIq.h | 6 |
1 files changed, 6 insertions, 0 deletions
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; |
