From 90aff7026205d71efde65f1783a06af82e528287 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Wed, 2 Nov 2016 12:41:36 +0100 Subject: Doc: Use capitalization in section titles Change-Id: I3ea9dde5f98813716d754d292af1f005d33ba98e Reviewed-by: Leena Miettinen --- examples/datavisualization/customitems/doc/src/customitems.qdoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/datavisualization/customitems/doc') diff --git a/examples/datavisualization/customitems/doc/src/customitems.qdoc b/examples/datavisualization/customitems/doc/src/customitems.qdoc index 80dd73a9..db16fbca 100644 --- a/examples/datavisualization/customitems/doc/src/customitems.qdoc +++ b/examples/datavisualization/customitems/doc/src/customitems.qdoc @@ -39,7 +39,7 @@ \image customitems-example.png - \section1 Adding custom meshes to the application + \section1 Adding Custom Meshes to the Application We'll add the meshes in a resource file: @@ -53,7 +53,7 @@ \endcode - \section1 Adding custom item to a graph + \section1 Adding Custom Item to a Graph In this example we do not have specific textures for our meshes, so we'll just create a small QImage and fill it with a single color: @@ -73,7 +73,7 @@ \snippet customitems/customitemgraph.cpp 3 - \section1 Removing custom item from a graph + \section1 Removing Custom Item from a Graph We'll just call \c removeCustomItemAt() with the position of the item: -- cgit v1.2.3