From e7ab193d855806d7333577ad7d9d15165d1b5cf8 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Mon, 18 Mar 2019 15:39:48 +0100 Subject: Doc: Fix snippet to use latest version for QML import MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I8098a28d82bd2f6b6ff722441c7ca6dcd4551cc2 Reviewed-by: Topi Reiniƶ --- src/effects/doc/src/overview-graphicaleffects.qdoc | 6 +++--- 1 file 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 -- cgit v1.2.1