aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppClient.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-06-04 14:01:15 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-06-04 14:01:15 +0000
commit6982f22e2fbfbecdf7bb2a76f53de90a45613654 (patch)
tree54a6662fb6f2080c8f8c7e24e037ad38b0bddc94 /source/QXmppClient.h
parent452d70b95168e5f36a6cdb972278d656141feb3f (diff)
downloadqxmpp-6982f22e2fbfbecdf7bb2a76f53de90a45613654.tar.gz
use signal/slot to handle RPC
Diffstat (limited to 'source/QXmppClient.h')
-rw-r--r--source/QXmppClient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/QXmppClient.h b/source/QXmppClient.h
index fe3cf997..3ae88a63 100644
--- a/source/QXmppClient.h
+++ b/source/QXmppClient.h
@@ -169,7 +169,6 @@ public:
QAbstractSocket::SocketError getSocketError();
void addInvokableInterface( QXmppInvokable *interface );
- void invokeInterfaceMethod( const QXmppRpcInvokeIq &iq );
QXmppRemoteMethodResult callRemoteMethod( const QString &jid,
const QString &interface,
const QVariant &arg1 = QVariant(),
@@ -200,6 +199,7 @@ public slots:
void setClientPresence(QXmppPresence::Status::Type statusType);
private slots:
+ void invokeInterfaceMethod( const QXmppRpcInvokeIq &iq );
void xmppConnected();
private: