diff options
author | Nico Vertriest <nico.vertriest@digia.com> | 2014-09-11 11:57:14 +0200 |
---|---|---|
committer | Nico Vertriest <nico.vertriest@digia.com> | 2014-09-30 13:52:51 +0200 |
commit | 54853c5f66288a82fc77e4e8c3e01a8565073436 (patch) | |
tree | d34db62b6b73aa0a536e06cdeb1fd9c92af09d19 /qmake | |
parent | eda8af2a699da594644517f9ff5d5cf38fa039d3 (diff) | |
download | qtbase-54853c5f66288a82fc77e4e8c3e01a8565073436.tar.gz qtbase-54853c5f66288a82fc77e4e8c3e01a8565073436.tar.bz2 qtbase-54853c5f66288a82fc77e4e8c3e01a8565073436.zip |
Doc: Use title case in section1 titles
Using Python script title-cased.py
Task-number: QTBUG-41250
Change-Id: I00d3d7a0b30db7304a7904efd6d63abd9a7b493b
Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'qmake')
-rw-r--r-- | qmake/doc/src/qmake-manual.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake/doc/src/qmake-manual.qdoc b/qmake/doc/src/qmake-manual.qdoc index dedb491959..cdac770c9d 100644 --- a/qmake/doc/src/qmake-manual.qdoc +++ b/qmake/doc/src/qmake-manual.qdoc @@ -4328,7 +4328,7 @@ This tutorial teaches you the basics of qmake. The other topics in this manual contain more detailed information about using qmake. - \section1 Starting off Simple + \section1 Starting Off Simple Let's assume that you have just finished a basic implementation of your application, and you have created the following files: |