aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/src/cppintegration/functions.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/doc/src/cppintegration/functions.qdoc')
-rw-r--r--src/qml/doc/src/cppintegration/functions.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/qml/doc/src/cppintegration/functions.qdoc b/src/qml/doc/src/cppintegration/functions.qdoc
index d32dd7722f..19dff3cd10 100644
--- a/src/qml/doc/src/cppintegration/functions.qdoc
+++ b/src/qml/doc/src/cppintegration/functions.qdoc
@@ -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