summaryrefslogtreecommitdiff
path: root/src/webchannel/qwebchannelabstracttransport.cpp
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2016-05-31 15:56:35 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2016-05-31 14:20:50 +0000
commit9ebaffbd531f0db4b3f528ebb7812b281520117d (patch)
tree60d1e19c1f1f4895b814261ef51d30b7618f8ceb /src/webchannel/qwebchannelabstracttransport.cpp
parent432ff4bf15e2bbafaf1d36814ef0231baaf9f4ee (diff)
downloadqtwebchannel-9ebaffbd531f0db4b3f528ebb7812b281520117d.tar.gz
Doc: Fix links to other modules
-Remove references to Qt WebKit Change-Id: I0bd184021b1a87828e93f5783c38b9ba97f37763 Reviewed-by: Milian Wolff <milian.wolff@kdab.com>
Diffstat (limited to 'src/webchannel/qwebchannelabstracttransport.cpp')
-rw-r--r--src/webchannel/qwebchannelabstracttransport.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/webchannel/qwebchannelabstracttransport.cpp b/src/webchannel/qwebchannelabstracttransport.cpp
index 8d91dd1..771325a 100644
--- a/src/webchannel/qwebchannelabstracttransport.cpp
+++ b/src/webchannel/qwebchannelabstracttransport.cpp
@@ -44,9 +44,8 @@ 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 {Qt WebChannel Standalone Example}{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.
+ The \l{Qt WebChannel Standalone Example} shows how this can be done
+ using \l{Qt WebSockets}.
\note The JSON message protocol is considered internal and might change over time.