diff options
author | Nico Vertriest <nico.vertriest@digia.com> | 2014-10-08 13:47:36 +0200 |
---|---|---|
committer | Nico Vertriest <nico.vertriest@digia.com> | 2014-10-10 10:51:29 +0200 |
commit | 2f0fabdfc33d7ceed43fe3c543473081f51c4ec3 (patch) | |
tree | 2f93449d9c9e8b42af199c7287beff6fc318f92d /doc/src/examples | |
parent | bf249abee98727d517f52b1126dc7fda8af4e302 (diff) | |
download | qtsvg-2f0fabdfc33d7ceed43fe3c543473081f51c4ec3.tar.gz |
Doc: Applied title case to section1 titlesv5.4.0-beta1
Task-number: QTBUG-41250
Change-Id: I32a25f6c524503cf6de5e9349d4817747bafe076
Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'doc/src/examples')
-rw-r--r-- | doc/src/examples/bearercloud.qdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/examples/bearercloud.qdoc b/doc/src/examples/bearercloud.qdoc index fb58661..50063bd 100644 --- a/doc/src/examples/bearercloud.qdoc +++ b/doc/src/examples/bearercloud.qdoc @@ -66,7 +66,7 @@ class implements a Graphics View scene and manages the life-cycle of Cloud objects in response to notification signals from QNetworkConfigurationManager. - \section1 Setting the scene + \section1 Setting the Scene When constructing the scene we first calculate some random offsets using the global qsand() and qrand() functions. We will use these offsets to scatter the initial position of new Cloud @@ -123,7 +123,7 @@ \snippet examples/network/bearercloud/bearercloud.cpp 4 - \section1 Responding to changes + \section1 Responding to Changes Each network session and associated network configuration known to the system is represented in the scene as a Cloud object. |