Doc: Changed title of "QML Plugins and C++ Bindings" article
authorJerome Pasion <jerome.pasion@nokia.com>
Wed, 30 May 2012 08:32:19 +0000 (10:32 +0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 30 May 2012 10:07:19 +0000 (12:07 +0200)
New title is "C++ in QML Applications"

Change-Id: Ic5d3bb6488e2d41c2b1b75557c8d043a9e6871d4
Reviewed-by: Geir Vattekar <geir.vattekar@nokia.com>
src/qml/doc/src/bindings/qmlbindings.qdoc

index b2adb3a..89607d1 100644 (file)
@@ -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