diff options
Diffstat (limited to 'examples/example_6_rpcClient/rpcClient.h')
| -rw-r--r-- | examples/example_6_rpcClient/rpcClient.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/example_6_rpcClient/rpcClient.h b/examples/example_6_rpcClient/rpcClient.h index 49ab8b7b..8af09459 100644 --- a/examples/example_6_rpcClient/rpcClient.h +++ b/examples/example_6_rpcClient/rpcClient.h @@ -1,8 +1,9 @@ /* * Copyright (C) 2008-2010 The QXmpp developers * - * Author: + * Authors: * Ian Reinhart Geiser + * Jeremy Lainé * * Source: * http://code.google.com/p/qxmpp @@ -27,6 +28,8 @@ #include "QXmppClient.h" +class QXmppRpcManager; + class rpcClient : public QXmppClient { Q_OBJECT @@ -41,6 +44,7 @@ private slots: private: QString m_remoteJid; + QXmppRpcManager *m_rpcManager; }; #endif // RPCCLIENT_H |
