From f867f238db0a5a420c97d0ab6c92a6de142144fa Mon Sep 17 00:00:00 2001 From: Frank Meerkoetter Date: Sat, 26 Mar 2016 14:12:54 +0100 Subject: Fix broken link Change-Id: I50b0bfde043596a75dd28a93098a5543587fd581 Reviewed-by: Milian Wolff --- src/webchannel/qwebchannelabstracttransport.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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. -- cgit v1.2.1