aboutsummaryrefslogtreecommitdiffstats
path: root/src/webchannel/qwebchannelabstracttransport.cpp
diff options
context:
space:
mode:
authorMilian Wolff <milian.wolff@kdab.com>2014-08-01 15:20:35 +0200
committerMilian Wolff <milian.wolff@kdab.com>2014-08-04 14:52:07 +0200
commit0ed8f57e9aba977acede9496a83401058f3b090b (patch)
tree9c02e3ab36780bb9fd8780c01e7a75ff439a1065 /src/webchannel/qwebchannelabstracttransport.cpp
parentaa75a39b3e3a4ae762f05b4a2e91d9790c8d5c88 (diff)
Fixup documentation issues.
These issues were raised by Sze Howe Koh in code review 89965 of change I259c204e. This change set does not yet include any comparison to the old Qt WebKit bridging functionality. I'll hand this in later. Change-Id: Idc7df0e02bfcda3c3fcf1a4e147c1dfac4f18a64 Reviewed-by: Sze Howe Koh <szehowe.koh@gmail.com>
Diffstat (limited to 'src/webchannel/qwebchannelabstracttransport.cpp')
-rw-r--r--src/webchannel/qwebchannelabstracttransport.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webchannel/qwebchannelabstracttransport.cpp b/src/webchannel/qwebchannelabstracttransport.cpp
index 0d56ff6..f261698 100644
--- a/src/webchannel/qwebchannelabstracttransport.cpp
+++ b/src/webchannel/qwebchannelabstracttransport.cpp
@@ -52,7 +52,7 @@ QT_BEGIN_NAMESPACE
Users of the QWebChannel must implement this interface and connect instances of it
to the QWebChannel server for every client that should be connected to the QWebChannel.
- The {Standalone Example} shows how this can be done using QtWebSockets. QtWebKit implements
+ The {Standalone Example} shows how this can be done using Qt WebSockets. Qt WebKit implements
this interface internally and uses the native WebKit IPC mechanism to transmit messages
to HTML clients.