From 322725554e52c46638481c34ee6f652d173c58f4 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Fri, 10 Dec 2010 16:46:56 +0000 Subject: cleanup RPC examples to use qxmpp.testX@gmail.com accounts --- examples/example_6_rpcClient/rpcClient.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'examples/example_6_rpcClient/rpcClient.h') 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 -- cgit v1.2.3