diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-07-18 13:38:08 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-07-18 13:38:08 +0000 |
| commit | 23cfa0fd2068829204e0dcc25203873a5f408615 (patch) | |
| tree | 7b76f382780bf8fc307fa375405a53058ca17d1f /source/QXmppClient.h | |
| parent | f4c8e3e8b31f5da7a221f11e685de8fdc03e04c0 (diff) | |
| download | qxmpp-23cfa0fd2068829204e0dcc25203873a5f408615.tar.gz | |
deprecate getXmppStreamError
Diffstat (limited to 'source/QXmppClient.h')
| -rw-r--r-- | source/QXmppClient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/QXmppClient.h b/source/QXmppClient.h index 6878eb5b..3752f6fa 100644 --- a/source/QXmppClient.h +++ b/source/QXmppClient.h @@ -152,7 +152,7 @@ public: QXmppRoster Q_DECL_DEPRECATED & getRoster(); QXmppVCardManager Q_DECL_DEPRECATED & getVCardManager(); QAbstractSocket::SocketError Q_DECL_DEPRECATED getSocketError(); - QXmppStanza::Error::Condition getXmppStreamError(); + QXmppStanza::Error::Condition Q_DECL_DEPRECATED getXmppStreamError(); /// \endcond signals: |
