From d7bcaa9c2e633f1a12a624d69196cfa1890d84c5 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Mon, 14 May 2012 14:30:08 +0200 Subject: deprecate QXmppReconnectionManager --- src/client/QXmppClient.h | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'src/client/QXmppClient.h') 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: -- cgit v1.2.3