aboutsummaryrefslogtreecommitdiff
path: root/examples/example_6_rpcClient/rpcClient.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example_6_rpcClient/rpcClient.h')
-rw-r--r--examples/example_6_rpcClient/rpcClient.h10
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