summaryrefslogtreecommitdiff
path: root/src/webchannel/qwebchannelabstracttransport.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/webchannel/qwebchannelabstracttransport.cpp')
-rw-r--r--src/webchannel/qwebchannelabstracttransport.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/webchannel/qwebchannelabstracttransport.cpp b/src/webchannel/qwebchannelabstracttransport.cpp
index f261698..0bfdbb6 100644
--- a/src/webchannel/qwebchannelabstracttransport.cpp
+++ b/src/webchannel/qwebchannelabstracttransport.cpp
@@ -52,13 +52,13 @@ 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 Qt WebSockets. Qt WebKit implements
- this interface internally and uses the native WebKit IPC mechanism to transmit messages
- to HTML clients.
+ 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.
\note The JSON message protocol is considered internal and might change over time.
- \sa {Standalone Example}
+ \sa {Qt WebChannel Standalone Example}
*/
/*!