summaryrefslogtreecommitdiff
path: root/src/webchannel/doc/src/index.qdoc
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2014-09-02 17:47:32 +0200
committerFrederik Gladhorn <frederik.gladhorn@digia.com>2014-09-02 17:47:32 +0200
commitbcbaa596815caf53c80f4a5220fb008000b3d897 (patch)
treebf639fe99579d951e85618f3bd0ff71b6b1e974c /src/webchannel/doc/src/index.qdoc
parent6bea7fb2dc597817fde7e16216220d2eacc48509 (diff)
parenta79f70e2dfa1fa3d3a418310c7b8c8bb89c2d3c8 (diff)
downloadqtwebchannel-bcbaa596815caf53c80f4a5220fb008000b3d897.tar.gz
Merge remote-tracking branch 'origin/5.4' into dev
Change-Id: Ibbab64e34150e1131fadf37f2e84a0a3f618974f
Diffstat (limited to 'src/webchannel/doc/src/index.qdoc')
-rw-r--r--src/webchannel/doc/src/index.qdoc11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/webchannel/doc/src/index.qdoc b/src/webchannel/doc/src/index.qdoc
index 635c8bd..5d012dc 100644
--- a/src/webchannel/doc/src/index.qdoc
+++ b/src/webchannel/doc/src/index.qdoc
@@ -29,9 +29,9 @@
\page qtwebchannel-index.html
\since 5.4
\title Qt WebChannel
- \brief Bridges the gap between C++/QML and HTML/JavaScript.
+ \brief Bridges the gap between Qt applications and HTML/JavaScript.
- The Qt WebChannel module provides a library for seamless integration of C++/QML applications
+ The Qt WebChannel module provides a library for seamless integration of C++ and QML applications
with HTML/JavaScript clients. Any QObject can be published to remote clients, where its public
API becomes available.
@@ -40,8 +40,9 @@
For more information on how to use this module, please refer to the following pages:
\list
- \li \l{Qt WebChannel C++ Classes} explains QWebChannel C++ API.
- \li \l{Qt WebChannel QML Types} explains the WebChannel QML API.
- \li The \l{Qt WebChannel Examples} show how use the API in practice.
+ \li \l{Qt WebChannel JavaScript API}{JavaScript API}
+ \li \l{Qt WebChannel C++ Classes}{C++ API}
+ \li \l{Qt WebChannel QML Types}{QML API}
+ \li \l{Qt WebChannel Examples}{Examples} - show how use the API in practice
\endlist
*/