diff options
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); |
