aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlextensionplugin.cpp
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/qml/qqmlextensionplugin.cpp
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/qml/qqmlextensionplugin.cpp')
-rw-r--r--src/qml/qml/qqmlextensionplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlextensionplugin.cpp b/src/qml/qml/qqmlextensionplugin.cpp
index d84a7804f4..e48224333c 100644
--- a/src/qml/qml/qqmlextensionplugin.cpp
+++ b/src/qml/qml/qqmlextensionplugin.cpp
@@ -63,7 +63,7 @@ QT_BEGIN_NAMESPACE
or other issues in the library user's code.
- \section1 An example
+ \section1 An Example
Suppose there is a new \c TimeModel C++ class that should be made available
as a new QML element. It provides the current time through \c hour and \c minute