From 6982f22e2fbfbecdf7bb2a76f53de90a45613654 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Fri, 4 Jun 2010 14:01:15 +0000 Subject: use signal/slot to handle RPC --- source/QXmppClient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/QXmppClient.h') 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: -- cgit v1.2.3