aboutsummaryrefslogtreecommitdiff
path: root/examples/example_4_callHandling/xmppClient.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example_4_callHandling/xmppClient.h')
-rw-r--r--examples/example_4_callHandling/xmppClient.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/example_4_callHandling/xmppClient.h b/examples/example_4_callHandling/xmppClient.h
index 75e14dcc..28e3357b 100644
--- a/examples/example_4_callHandling/xmppClient.h
+++ b/examples/example_4_callHandling/xmppClient.h
@@ -28,6 +28,7 @@
#include "QXmppClient.h"
class QXmppCall;
+class QXmppCallManager;
class xmppClient : public QXmppClient
{
@@ -41,6 +42,9 @@ private slots:
void slotConnected();
void slotFinished();
void slotPresenceReceived(const QXmppPresence &presence);
+
+private:
+ QXmppCallManager *callManager;
};
#endif // IBBCLIENT_H