diff options
author | Nico Vertriest <nico.vertriest@digia.com> | 2014-10-08 12:32:53 +0200 |
---|---|---|
committer | Topi Reiniƶ <topi.reinio@digia.com> | 2014-10-10 20:47:01 +0200 |
commit | 9e9600d92224084f7942a6bd83b926c630a29747 (patch) | |
tree | 6b98c30cfc928184ec25fa996b0b7e7bdc5047db /src | |
parent | 2c4240384384fba61343b74111bf8600a3e134e0 (diff) | |
download | qtgraphicaleffects-9e9600d92224084f7942a6bd83b926c630a29747.tar.gz qtgraphicaleffects-9e9600d92224084f7942a6bd83b926c630a29747.tar.bz2 qtgraphicaleffects-9e9600d92224084f7942a6bd83b926c630a29747.zip |
Doc: Applied title case in section1 titlesv5.4.0
Task-number: QTBUG-41250
Change-Id: Ic91b1db2bd27800a808cd4c997c1b606ea4bec10
Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/effects/doc/src/qtgraphicaleffects.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/effects/doc/src/qtgraphicaleffects.qdoc b/src/effects/doc/src/qtgraphicaleffects.qdoc index 6425701..eb4d454 100644 --- a/src/effects/doc/src/qtgraphicaleffects.qdoc +++ b/src/effects/doc/src/qtgraphicaleffects.qdoc @@ -57,7 +57,7 @@ items that can be added to Qt Quick user interface as UI components. The API consists of over 20 effects provided as separate QML types. The effects cover functional areas such as blending, masking, blurring, coloring, and many more. -\section1 Getting started +\section1 Getting Started To load Qt Graphical Effects, add the following import statement to your .qml file: \snippet Blend-example.qml import |