diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-07-19 11:44:33 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-07-19 11:44:33 +0000 |
| commit | 046f9b04abdf3e2315744a7e548c6c860eecd07e (patch) | |
| tree | da8a31b6f0a9875ffa6c4a165daa2f7e51a88d5b | |
| parent | 9d2d537c7bf395abe4e15528a50f7361205d26be (diff) | |
| download | qxmpp-046f9b04abdf3e2315744a7e548c6c860eecd07e.tar.gz | |
add doxygen documentation for QXmppRosterIq::Item
| -rw-r--r-- | source/QXmppRosterIq.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source/QXmppRosterIq.h b/source/QXmppRosterIq.h index 695a4bbe..3cd08d06 100644 --- a/source/QXmppRosterIq.h +++ b/source/QXmppRosterIq.h @@ -38,6 +38,7 @@ class QXmppRosterIq : public QXmppIq { public: + /// \brief The QXmppRosterIq::Item represents a roster entry. class Item { public: @@ -69,11 +70,11 @@ public: void setSubscriptionStatus(const QString&); void setSubscriptionType(SubscriptionType); + /// \cond void parse(const QDomElement &element); void toXml(QXmlStreamWriter *writer) const; - + // deprecated accessors, use the form without "get" instead - /// \cond SubscriptionType Q_DECL_DEPRECATED getSubscriptionType() const; QString Q_DECL_DEPRECATED getName() const; QString Q_DECL_DEPRECATED getSubscriptionStatus() const; |
