aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppByteStreamIq.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-08-11 07:05:41 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-08-11 07:05:41 +0000
commitdc2b329fc4a3091ed3dde2c859681d35d347b345 (patch)
tree27fa14dd4abf698bfacf440536fda7e15f5ae54d /source/QXmppByteStreamIq.h
parente27715a016c0ccfb3dd030f585c253ee32f6791a (diff)
downloadqxmpp-dc2b329fc4a3091ed3dde2c859681d35d347b345.tar.gz
hide parsing/serialisation methods from doxygen
Diffstat (limited to 'source/QXmppByteStreamIq.h')
-rw-r--r--source/QXmppByteStreamIq.h2
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;