aboutsummaryrefslogtreecommitdiff
path: root/src/QXmppClient.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-12-10 16:31:32 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-12-10 16:31:32 +0000
commit0fc9ad87ac985ae40b2f205c88f901024967c3ec (patch)
tree77c4501cc928a62e2f130ccaf33adca7a32daba8 /src/QXmppClient.h
parent9f0e20698c338990b0a4c9b50ce376ebfc627101 (diff)
downloadqxmpp-0fc9ad87ac985ae40b2f205c88f901024967c3ec.tar.gz
move RPC stuff to QXmppRpcManager (client-facing API is unchanged for now)
Diffstat (limited to 'src/QXmppClient.h')
-rw-r--r--src/QXmppClient.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/QXmppClient.h b/src/QXmppClient.h
index 2437f0d3..ea05bfbc 100644
--- a/src/QXmppClient.h
+++ b/src/QXmppClient.h
@@ -254,7 +254,7 @@ signals:
void iqReceived(const QXmppIq&);
/// \cond
- // Deprecated in relese 0.3.0
+ // Deprecated in release 0.3.0
// Use QXmppDiscoveryManager::informationReceived(const QXmppDiscoveryIq&)
// Notifies that an XMPP service discovery iq stanza is received.
void discoveryIqReceived(const QXmppDiscoveryIq&);
@@ -266,7 +266,6 @@ public slots:
private slots:
void slotElementReceived(const QDomElement &element, bool &handled);
- void invokeInterfaceMethod( const QXmppRpcInvokeIq &iq );
void xmppConnected();
private: