diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-06-04 14:01:15 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-06-04 14:01:15 +0000 |
| commit | 6982f22e2fbfbecdf7bb2a76f53de90a45613654 (patch) | |
| tree | 54a6662fb6f2080c8f8c7e24e037ad38b0bddc94 /source/QXmppClient.h | |
| parent | 452d70b95168e5f36a6cdb972278d656141feb3f (diff) | |
| download | qxmpp-6982f22e2fbfbecdf7bb2a76f53de90a45613654.tar.gz | |
use signal/slot to handle RPC
Diffstat (limited to 'source/QXmppClient.h')
| -rw-r--r-- | source/QXmppClient.h | 2 |
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: |
