summaryrefslogtreecommitdiff
path: root/src/webchannel/qqmlwebchannel.cpp
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2014-08-17 19:37:32 +0200
committerMilian Wolff <milian.wolff@kdab.com>2014-08-23 16:11:50 +0200
commitdac411122a9275eac6b94c1cd3ca0c300937cf83 (patch)
tree01c78ef0e0f3028c80664443ba64a0a7d62496f5 /src/webchannel/qqmlwebchannel.cpp
parentbef82079db57ce6c4626dc4f3b6c36386713f7d1 (diff)
downloadqtwebchannel-dac411122a9275eac6b94c1cd3ca0c300937cf83.tar.gz
Doc: Edited links JavaScript API page and other documentation fixes.
The JavaScript API page is important to the rest of the documentation but there was no link to it. Task-number: QTBUG-40756 Change-Id: Id741a67ac2b57e21da548c2961c622c7516ac8cf Reviewed-by: Milian Wolff <milian.wolff@kdab.com>
Diffstat (limited to 'src/webchannel/qqmlwebchannel.cpp')
-rw-r--r--src/webchannel/qqmlwebchannel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webchannel/qqmlwebchannel.cpp b/src/webchannel/qqmlwebchannel.cpp
index ad17ce7..0b7d865 100644
--- a/src/webchannel/qqmlwebchannel.cpp
+++ b/src/webchannel/qqmlwebchannel.cpp
@@ -63,7 +63,7 @@ QT_BEGIN_NAMESPACE
The WebChannel provides a mechanism to transparently access QObject or QML objects from HTML
clients. All properties, signals and public slots can be used from the HTML clients.
- \sa QWebChannel
+ \sa QWebChannel, {Qt WebChannel JavaScript API}{JavaScript API}
*/
/*!