aboutsummaryrefslogtreecommitdiff
path: root/examples/example_4_callHandling/example_4_callHandling.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example_4_callHandling/example_4_callHandling.h')
-rw-r--r--examples/example_4_callHandling/example_4_callHandling.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/example_4_callHandling/example_4_callHandling.h b/examples/example_4_callHandling/example_4_callHandling.h
index e1287016..928ae5a0 100644
--- a/examples/example_4_callHandling/example_4_callHandling.h
+++ b/examples/example_4_callHandling/example_4_callHandling.h
@@ -49,10 +49,14 @@ private slots:
void slotPresenceReceived(const QXmppPresence &presence);
private:
+ void startCall();
+
QXmppCallManager *callManager;
QDnsLookup m_dns;
QString m_recipient;
+ QString m_recipientFullJid;
quint16 m_turnPort;
+ bool m_turnFinished;
};
#endif // IBBCLIENT_H