aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppMucIq.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/QXmppMucIq.h
parente27715a016c0ccfb3dd030f585c253ee32f6791a (diff)
downloadqxmpp-dc2b329fc4a3091ed3dde2c859681d35d347b345.tar.gz
hide parsing/serialisation methods from doxygen
Diffstat (limited to 'source/QXmppMucIq.h')
-rw-r--r--source/QXmppMucIq.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/QXmppMucIq.h b/source/QXmppMucIq.h
index df8d7aac..3abcf5b4 100644
--- a/source/QXmppMucIq.h
+++ b/source/QXmppMucIq.h
@@ -72,8 +72,10 @@ public:
static bool isMucAdminIq(const QDomElement &element);
protected:
+ /// \cond
void parseElementFromChild(const QDomElement &element);
void toXmlElementFromChild(QXmlStreamWriter *writer) const;
+ /// \endcond
private:
QList<QXmppMucAdminIq::Item> m_items;
@@ -96,8 +98,10 @@ public:
static bool isMucOwnerIq(const QDomElement &element);
protected:
+ /// \cond
void parseElementFromChild(const QDomElement &element);
void toXmlElementFromChild(QXmlStreamWriter *writer) const;
+ /// \endcond
private:
QXmppDataForm m_form;