summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2014-10-20 19:12:55 +0200
committerFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2014-10-20 19:12:55 +0200
commit9a5ee9b9449f4046c8c9e690714d1d5f74ec0b51 (patch)
treeb74514357c967fb9799cd63e8527a19191f0b04b
parent378e5e781039436f385a3507e93a39ca4b311176 (diff)
parent9e9600d92224084f7942a6bd83b926c630a29747 (diff)
downloadqtgraphicaleffects-9a5ee9b9449f4046c8c9e690714d1d5f74ec0b51.tar.gz
Merge remote-tracking branch 'origin/5.4' into dev
Change-Id: I56d3c01f3ceffc318085a3cef8bd6cfe152f141e
-rw-r--r--src/effects/DropShadow.qml4
-rw-r--r--src/effects/doc/src/qtgraphicaleffects.qdoc2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/effects/DropShadow.qml b/src/effects/DropShadow.qml
index 909fef9..0a76a58 100644
--- a/src/effects/DropShadow.qml
+++ b/src/effects/DropShadow.qml
@@ -57,8 +57,8 @@ import "private"
softened.
For use cases that require faster rendering speed and for which the highest
- possible visual quality is not necessary, property
- \l{DropShadow::fast}{fast} can be set to true.
+ possible visual quality is not necessary, the
+ \l{DropShadow::fast}{fast} property can be set to \c true.
\table
\header
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