aboutsummaryrefslogtreecommitdiffstats
path: root/examples/enginio/quick/image-gallery/doc/src/image-gallery.qdoc
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2014-09-12 13:43:07 +0200
committerTopi Reiniƶ <topi.reinio@digia.com>2014-10-03 11:42:47 +0200
commitbfb460fa312b26d701258fb9ffc3684ed268b67c (patch)
tree4b8d83e16b7c454462a086289b21972b9c443dfa /examples/enginio/quick/image-gallery/doc/src/image-gallery.qdoc
parent2b93eb45116e0bf2cc62f614de66cfd261c552df (diff)
Doc: apply title case in section1 qtenginio
Task-number: QTBUG-40362 Change-Id: I3e95f9cd108acd57c0594c128ab2643231babe7d Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'examples/enginio/quick/image-gallery/doc/src/image-gallery.qdoc')
-rw-r--r--examples/enginio/quick/image-gallery/doc/src/image-gallery.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/enginio/quick/image-gallery/doc/src/image-gallery.qdoc b/examples/enginio/quick/image-gallery/doc/src/image-gallery.qdoc
index 617214a..a6d132f 100644
--- a/examples/enginio/quick/image-gallery/doc/src/image-gallery.qdoc
+++ b/examples/enginio/quick/image-gallery/doc/src/image-gallery.qdoc
@@ -35,7 +35,7 @@
and a button to upload more images.
\image image-gallery.png
- \section1 Backend configuration
+ \section1 Backend Configuration
The Enginio backend needs to be set up to get this example working.
Go to the Enginio Dashboard and create a new backend with the \c{Image Gallery} template.
@@ -62,7 +62,7 @@
Copy the \e {backend id} from the Enginio dashboard.
They need to be entered into the example when it is executed for the first time.
- \section1 The example code
+ \section1 The Example Code
The first step is to set up the \l {EnginioClient} {Enginio client}.
\snippet image-gallery/image-gallery.qml client