From 9c08abcff13bb568aa0825b67ac0cdf66b756798 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Sun, 18 Jul 2010 12:06:08 +0000 Subject: improve code documentation --- source/QXmppBind.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'source/QXmppBind.h') diff --git a/source/QXmppBind.h b/source/QXmppBind.h index 30f2fdb3..04a5d858 100644 --- a/source/QXmppBind.h +++ b/source/QXmppBind.h @@ -36,16 +36,17 @@ public: QString jid() const; QString resource() const; + void setJid(const QString&); void setResource(const QString&); static bool isBind(const QDomElement &element); -// deprecated accessors, use the form without "get" instead -// obsolete start + // deprecated accessors, use the form without "get" instead + /// \cond QString Q_DECL_DEPRECATED getJid() const; QString Q_DECL_DEPRECATED getResource() const; -// obsolete end + /// \endcond protected: void parseElementFromChild(const QDomElement &element); -- cgit v1.2.3