aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppStanza.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-07-18 12:23:22 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-07-18 12:23:22 +0000
commit21462f9d51e567bd72f3a86cb38423249fea4dab (patch)
treec9aad5bbeea39aaeee469875f2fe979e822c4986 /source/QXmppStanza.h
parent9c08abcff13bb568aa0825b67ac0cdf66b756798 (diff)
downloadqxmpp-21462f9d51e567bd72f3a86cb38423249fea4dab.tar.gz
improve code documentation
Diffstat (limited to 'source/QXmppStanza.h')
-rw-r--r--source/QXmppStanza.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/QXmppStanza.h b/source/QXmppStanza.h
index 3c0bdc63..ea87a6c6 100644
--- a/source/QXmppStanza.h
+++ b/source/QXmppStanza.h
@@ -101,11 +101,11 @@ public:
// FIXME : remove this once is gone
bool isValid();
+ /// \cond
void parse(const QDomElement &element);
void toXml(QXmlStreamWriter *writer) const;
// deprecated accessors, use the form without "get" instead
- /// \cond
int Q_DECL_DEPRECATED getCode() const;
QString Q_DECL_DEPRECATED getText() const;
Condition Q_DECL_DEPRECATED getCondition() const;
@@ -146,21 +146,21 @@ public:
QXmppElementList extensions() const;
void setExtensions(const QXmppElementList &elements);
+ /// \cond
// FIXME : why is this needed?
bool isErrorStanza();
// deprecated accessors, use the form without "get" instead
- /// \cond
QString Q_DECL_DEPRECATED getTo() const;
QString Q_DECL_DEPRECATED getFrom() const;
QString Q_DECL_DEPRECATED getId() const;
QString Q_DECL_DEPRECATED getLang() const;
QXmppStanza::Error Q_DECL_DEPRECATED getError() const;
- /// \endcond
protected:
void generateAndSetNextId();
void parse(const QDomElement &element);
+ /// \endcond
private:
static uint s_uniqeIdNo;