diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-12-10 16:46:56 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-12-10 16:46:56 +0000 |
| commit | 322725554e52c46638481c34ee6f652d173c58f4 (patch) | |
| tree | b104bdc6db1b05f2babd3c15da66951e34e065a1 /examples/example_6_rpcClient/rpcClient.h | |
| parent | 0fc9ad87ac985ae40b2f205c88f901024967c3ec (diff) | |
| download | qxmpp-322725554e52c46638481c34ee6f652d173c58f4.tar.gz | |
cleanup RPC examples to use qxmpp.testX@gmail.com accounts
Diffstat (limited to 'examples/example_6_rpcClient/rpcClient.h')
| -rw-r--r-- | examples/example_6_rpcClient/rpcClient.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/example_6_rpcClient/rpcClient.h b/examples/example_6_rpcClient/rpcClient.h index aeb7d605..49ab8b7b 100644 --- a/examples/example_6_rpcClient/rpcClient.h +++ b/examples/example_6_rpcClient/rpcClient.h @@ -35,12 +35,12 @@ public: rpcClient(QObject *parent = 0); ~rpcClient(); -public slots: - void isConnected(); - void invokeRemoteMethod(); - void result(const QVariant &value ); - void error( int code, const QString &message ); +private slots: + void slotInvokeRemoteMethod(); + void slotPresenceReceived(const QXmppPresence &presence); +private: + QString m_remoteJid; }; #endif // RPCCLIENT_H |
