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/QXmppByteStreamIq.h | |
| parent | e27715a016c0ccfb3dd030f585c253ee32f6791a (diff) | |
| download | qxmpp-dc2b329fc4a3091ed3dde2c859681d35d347b345.tar.gz | |
hide parsing/serialisation methods from doxygen
Diffstat (limited to 'source/QXmppByteStreamIq.h')
| -rw-r--r-- | source/QXmppByteStreamIq.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
