aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/qml/doc/src/bindings/qmlbindings.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/qml/doc/src/bindings/qmlbindings.qdoc b/src/qml/doc/src/bindings/qmlbindings.qdoc
index b2adb3a6d4..89607d10da 100644
--- a/src/qml/doc/src/bindings/qmlbindings.qdoc
+++ b/src/qml/doc/src/bindings/qmlbindings.qdoc
@@ -26,9 +26,9 @@
****************************************************************************/
/*!
-\page qml-plugin.html
-\title QML Plugins and C++ Binding
-\brief Provides an engine for running QML code
+\page qml-ctypes-in-qml.html
+\title C++ in QML Applications
+\brief For employing C++ types and data in QML applications
To add functionality that is beyond QML and modules, C++ types are registered to
the runtime as plugins. For example, to add a full network manager into