aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2018-12-21 10:32:13 +0100
committerPaul Wicking <paul.wicking@qt.io>2018-12-24 20:18:07 +0000
commit7aa3859508e7c78f8340d667b4a891b4c0c14303 (patch)
treea632d6e14090dfbae998c1529a58f59ee41af37b
parentb1ae5283eafef60216d6e4120048f0186653f9b1 (diff)
Doc: Add the missing \QtMinorVersion argument
Without this argument to the \qml...\endqml block, \1 will not be translated to the Qt minor version. Change-Id: I73741639a060c532726044b098cececdf795ee78 Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Andy Shaw <andy.shaw@qt.io>
-rw-r--r--src/effects/doc/src/qtgraphicaleffects.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/effects/doc/src/qtgraphicaleffects.qdoc b/src/effects/doc/src/qtgraphicaleffects.qdoc
index 21476f1..104e46e 100644
--- a/src/effects/doc/src/qtgraphicaleffects.qdoc
+++ b/src/effects/doc/src/qtgraphicaleffects.qdoc
@@ -39,12 +39,12 @@
user interface as UI components.
To use the types in this module, import the module with the following line:
- \qml
+ \qml \QtMinorVersion
import QtGraphicalEffects 1.\1
\endqml
\note There are no API changes since version 1.0, so it's OK
- to import version 1.0, or 1.\1 for convenience.
+ to import version 1.0, or 1.\QtMinorVersion for convenience.
*/
/*!