From: Jerome Pasion Date: Wed, 30 May 2012 08:32:19 +0000 (+0200) Subject: Doc: Changed title of "QML Plugins and C++ Bindings" article X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=f653c2b1bb8ac7bae7ff4412485a8910db5c94bd;p=konrad%2Fqtdeclarative.git Doc: Changed title of "QML Plugins and C++ Bindings" article New title is "C++ in QML Applications" Change-Id: Ic5d3bb6488e2d41c2b1b75557c8d043a9e6871d4 Reviewed-by: Geir Vattekar --- diff --git a/src/qml/doc/src/bindings/qmlbindings.qdoc b/src/qml/doc/src/bindings/qmlbindings.qdoc index b2adb3a..89607d1 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