aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppClient.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-05-14 14:30:08 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-05-14 14:30:08 +0200
commitd7bcaa9c2e633f1a12a624d69196cfa1890d84c5 (patch)
tree5b7067a20c349a0f98bbf5dd32a8198a4bb4b8dd /src/client/QXmppClient.h
parentf95297e8ecd7baa3211004b472888aa0af91409b (diff)
downloadqxmpp-d7bcaa9c2e633f1a12a624d69196cfa1890d84c5.tar.gz
deprecate QXmppReconnectionManager
Diffstat (limited to 'src/client/QXmppClient.h')
-rw-r--r--src/client/QXmppClient.h16
1 files changed, 9 insertions, 7 deletions
diff --git a/src/client/QXmppClient.h b/src/client/QXmppClient.h
index c4696911..37f64c32 100644
--- a/src/client/QXmppClient.h
+++ b/src/client/QXmppClient.h
@@ -51,12 +51,12 @@ class QXmppVersionManager;
/// \brief The QXmppClient class is the main class for using QXmpp.
///
-/// It provides the user all the required functionality to connect to the server
-/// and perform operations afterwards.
+/// It provides the user all the required functionality to connect to the
+/// server and perform operations afterwards.
///
-/// This class will provide the handle/reference to QXmppRosterManager (roster management),
-/// QXmppVCardManager (vCard manager), QXmppReconnectionManager (reconnection
-/// mechanism) and QXmppVersionManager (software version information).
+/// This class will provide the handle/reference to QXmppRosterManager
+/// (roster management), QXmppVCardManager (vCard manager), and
+/// QXmppVersionManager (software version information).
///
/// By default, a reconnection mechanism exists, which makes sure of reconnecting
/// to the server on disconnections due to an error. User can have a custom
@@ -155,8 +155,10 @@ public:
QXmppVCardManager& vCardManager();
QXmppVersionManager& versionManager();
- QXmppReconnectionManager* reconnectionManager();
- bool setReconnectionManager(QXmppReconnectionManager*);
+ /// cond
+ QXmppReconnectionManager* Q_DECL_DEPRECATED reconnectionManager();
+ bool Q_DECL_DEPRECATED setReconnectionManager(QXmppReconnectionManager*);
+ /// \endcond
signals: