aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2014-09-12 11:01:33 +0200
committerNico Vertriest <nico.vertriest@digia.com>2014-09-24 12:16:44 +0200
commitcce0e1f9c27683292741310a730e21e36f123ae0 (patch)
treeeab1adf83381f1b9cc9fd4d59fde4eec2c5f28cd /src/qml/doc
parentd0138bbd479019e0ac402c87144995554950970c (diff)
Doc: apply title case to all section1 titles
Task-number: QTBUG-41250 Change-Id: I303d989992c9685f73baae50c64accf71b43549f Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'src/qml/doc')
-rw-r--r--src/qml/doc/src/cppintegration/definetypes.qdoc2
-rw-r--r--src/qml/doc/src/cppintegration/exposecppattributes.qdoc2
-rw-r--r--src/qml/doc/src/qmllanguageref/typesystem/basictypes.qdoc2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/qml/doc/src/cppintegration/definetypes.qdoc b/src/qml/doc/src/cppintegration/definetypes.qdoc
index 6aed2f1339..03607df2e5 100644
--- a/src/qml/doc/src/cppintegration/definetypes.qdoc
+++ b/src/qml/doc/src/cppintegration/definetypes.qdoc
@@ -47,7 +47,7 @@ features such as \e{attached properties} and \e{default properties} in C++.
demonstrated in the \l{Writing QML Extensions with C++} tutorial.)
-\section1 Registering C++ types with the QML type system
+\section1 Registering C++ Types with the QML Type System
A QObject-derived class can be registered with the QML type system to enable the
type to be used as a data type from within QML code.
diff --git a/src/qml/doc/src/cppintegration/exposecppattributes.qdoc b/src/qml/doc/src/cppintegration/exposecppattributes.qdoc
index 8f6836558a..9527229204 100644
--- a/src/qml/doc/src/cppintegration/exposecppattributes.qdoc
+++ b/src/qml/doc/src/cppintegration/exposecppattributes.qdoc
@@ -359,7 +359,7 @@ implementation, whereas an object-type property can be freely created and
destroyed through QML code.
-\section1 Exposing Methods (including Qt Slots)
+\section1 Exposing Methods (Including Qt Slots)
Any method of a QObject-derived type is accessible from QML code if it is:
diff --git a/src/qml/doc/src/qmllanguageref/typesystem/basictypes.qdoc b/src/qml/doc/src/qmllanguageref/typesystem/basictypes.qdoc
index 16e36f6f6d..1a154e5d5a 100644
--- a/src/qml/doc/src/qmllanguageref/typesystem/basictypes.qdoc
+++ b/src/qml/doc/src/qmllanguageref/typesystem/basictypes.qdoc
@@ -646,7 +646,7 @@ property is only invoked when the property is reassigned to a different object v
This basic type is provided by the QML language. Some enumeration values
are provided by the QtQuick import.
- \section1 Using the enumeration type in QML
+ \section1 Using the enumeration Type in QML
The \c enumeration type is a representation of a C++ \c enum type. It is
not possible to refer to the \c enumeration type in QML itself; instead, the