diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-12-07 09:42:16 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-12-07 09:42:16 +0000 |
| commit | 4bfbee95e33b5344f8c0041f8c4dcda2e865e696 (patch) | |
| tree | 3f7bfdcf1304056157faabebab65b8a5a3ba8048 /examples/example_4_callHandling/xmppClient.h | |
| parent | 37c70821badd680c93aaab3b1b805a0a53b6f930 (diff) | |
| download | qxmpp-4bfbee95e33b5344f8c0041f8c4dcda2e865e696.tar.gz | |
add QXmppCallManager extension in example
Diffstat (limited to 'examples/example_4_callHandling/xmppClient.h')
| -rw-r--r-- | examples/example_4_callHandling/xmppClient.h | 4 |
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 |
