aboutsummaryrefslogtreecommitdiff
path: root/examples/example_4_callHandling/example_4_callHandling.cpp
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2014-12-19 17:53:28 +0100
committerJeremy Lainé <jeremy.laine@m4x.org>2014-12-19 17:53:28 +0100
commit31180f5b45a646a39b178c0b344ea6f4f8557ae1 (patch)
tree5edacc60d02854a01815f404c9fff7e82dfd1b78 /examples/example_4_callHandling/example_4_callHandling.cpp
parentdd64ed24007cfe26ac511164762a89cff95b2f7e (diff)
downloadqxmpp-31180f5b45a646a39b178c0b344ea6f4f8557ae1.tar.gz
prune trailing whitespace
Diffstat (limited to 'examples/example_4_callHandling/example_4_callHandling.cpp')
-rw-r--r--examples/example_4_callHandling/example_4_callHandling.cpp2
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();
}