diff options
Diffstat (limited to 'examples/example_4_callHandling/example_4_callHandling.cpp')
| -rw-r--r-- | examples/example_4_callHandling/example_4_callHandling.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example_4_callHandling/example_4_callHandling.cpp b/examples/example_4_callHandling/example_4_callHandling.cpp index e0c4893b..c2989f3b 100644 --- a/examples/example_4_callHandling/example_4_callHandling.cpp +++ b/examples/example_4_callHandling/example_4_callHandling.cpp @@ -126,7 +126,7 @@ void xmppClient::slotCallReceived(QXmppCall *call) this, SLOT(slotAudioModeChanged(QIODevice::OpenMode))); Q_ASSERT(check); - // accept call + // accept call call->accept(); } |
