From 38bf36a15e08a67230bb658d2121cd048f428659 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Mon, 13 Dec 2010 08:22:03 +0000 Subject: explicitly load QXmppRpcManager --- examples/example_6_rpcClient/rpcClient.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (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 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 -- cgit v1.2.3