Make title capitalization more consistent in QML documentation.
[profile/ivi/qtdeclarative.git] / src / qml / doc / src / cppintegration / functions.qdoc
index d32dd77..19dff3c 100644 (file)
@@ -26,7 +26,7 @@
 ****************************************************************************/
 /*!
 \page qtqml-cppintegration-functions.html
-\title Exposing C++ Functionality To QML
+\title Exposing C++ Functionality to QML
 \brief Description of how to expose functionality defined in C++ to QML
 
 
@@ -36,7 +36,7 @@
 
 
 
-\section1 Properties Of Types Defined In C++
+\section1 Properties of Types Defined in C++
 
 Any \l {The Property System}{Qt properties} - that is, those declared with the Q_PROPERTY()
 macro - are accessible from QML. Here is a modified version of the \l {Embedding C++ objects into
@@ -55,7 +55,7 @@ the property cannot be used for \l{Property Binding}, as the QML engine would no
 notified when the value changes. If you are using custom types in QML, make sure their
 properties have NOTIFY signals so that they can be used in property bindings.
 
-\section1 Signals And Slots
+\section1 Signals and Slots
 
 QML integrates with the normal Qt C++ signals and slots system.
 Signal handlers may be defined in a QML object, to handle signals