aboutsummaryrefslogtreecommitdiff
path: root/src/QXmppClient.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-08-29 16:08:36 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-08-29 16:08:36 +0000
commitf4ea67129378f902a9a6ccddcf187e7c83432510 (patch)
treec26f9c0c6d07388a866641537636e7d0996aa659 /src/QXmppClient.h
parentacb4b98372291f4541a80cf00dd880568df4b211 (diff)
downloadqxmpp-f4ea67129378f902a9a6ccddcf187e7c83432510.tar.gz
remove deprecated QXmppClient methods
Diffstat (limited to 'src/QXmppClient.h')
-rw-r--r--src/QXmppClient.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/QXmppClient.h b/src/QXmppClient.h
index 8f042797..ae67d392 100644
--- a/src/QXmppClient.h
+++ b/src/QXmppClient.h
@@ -152,24 +152,6 @@ public:
const QVariant &arg8 = QVariant(),
const QVariant &arg9 = QVariant(),
const QVariant &arg10 = QVariant() );
-
- // deprecated accessors, use the form without "get" instead
- const QXmppPresence Q_DECL_DEPRECATED & getClientPresence() const;
- QXmppConfiguration Q_DECL_DEPRECATED & getConfiguration();
- const QXmppConfiguration Q_DECL_DEPRECATED & getConfiguration() const;
- QXmppReconnectionManager* Q_DECL_DEPRECATED getReconnectionManager();
- QXmppRosterManager Q_DECL_DEPRECATED & getRoster();
- QXmppVCardManager Q_DECL_DEPRECATED & getVCardManager();
- QAbstractSocket::SocketError Q_DECL_DEPRECATED getSocketError();
- QXmppStanza::Error::Condition Q_DECL_DEPRECATED getXmppStreamError();
-
- /// was clashing with QObject::disconnect use disconnectFromServer() instead
- void Q_DECL_DEPRECATED disconnect();
-
- // deprecated methods, use setClientPresence(QXmppPresence) instead.
- void Q_DECL_DEPRECATED setClientPresence(const QString& statusText);
- void Q_DECL_DEPRECATED setClientPresence(QXmppPresence::Type presenceType);
- void Q_DECL_DEPRECATED setClientPresence(QXmppPresence::Status::Type statusType);
/// \endcond
signals: