aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/effects/doc/src/overview-graphicaleffects.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/effects/doc/src/overview-graphicaleffects.qdoc b/src/effects/doc/src/overview-graphicaleffects.qdoc
index bb10a7d..40d5c59 100644
--- a/src/effects/doc/src/overview-graphicaleffects.qdoc
+++ b/src/effects/doc/src/overview-graphicaleffects.qdoc
@@ -34,9 +34,9 @@
components. To import the Qt Graphical Effects types, include the Qt
Graphical Effects module by adding the following statement to the QML file:
- \code
- import QtGraphicalEffects 1.0
- \endcode
+ \qml \QtMinorVersion
+ import QtGraphicalEffects 1.\1
+ \endqml
To use the effects, simply add a specific effect declaration to the QML
scene and configure the effects properties. The source item type can be any