summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Meerkoetter <frank.meerkoetter@basyskom.com>2016-03-26 14:12:54 +0100
committerFrank Meerkoetter <frank.meerkoetter@basyskom.com>2016-04-13 04:46:09 +0000
commitf867f238db0a5a420c97d0ab6c92a6de142144fa (patch)
tree259b9e09e1a74ff2c0c84abf7e2c18243e749cb1
parentd41c92735d52d884178367709a10e630d980f3b7 (diff)
downloadqtwebchannel-f867f238db0a5a420c97d0ab6c92a6de142144fa.tar.gz
Fix broken link
Change-Id: I50b0bfde043596a75dd28a93098a5543587fd581 Reviewed-by: Milian Wolff <milian.wolff@kdab.com>
-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 414c9fe..d1b7199 100644
--- a/src/webchannel/qwebchannelabstracttransport.cpp
+++ b/src/webchannel/qwebchannelabstracttransport.cpp
@@ -50,7 +50,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 {Qt WebChannel Standalone Example}{Standalone Example} shows how this can be done
+ The \l {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.