diff options
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: |
