diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-07-18 12:06:08 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-07-18 12:06:08 +0000 |
| commit | 9c08abcff13bb568aa0825b67ac0cdf66b756798 (patch) | |
| tree | 22525f62e30cd59a2ee7c0736ba88030349cbfff /source/QXmppBind.h | |
| parent | d410cf9b263816d6951f9393476216710354f51d (diff) | |
| download | qxmpp-9c08abcff13bb568aa0825b67ac0cdf66b756798.tar.gz | |
improve code documentation
Diffstat (limited to 'source/QXmppBind.h')
| -rw-r--r-- | source/QXmppBind.h | 7 |
1 files changed, 4 insertions, 3 deletions
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); |
