From c3189a0a229cf6ac0e9ea93854b0273551e119d0 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Wed, 1 Aug 2012 14:44:51 +0200 Subject: change \img to \image in docs \img was a macro defined in macros.qdocconf. This collection of macros is being phased out. Use the full command instead. Change-Id: Ia55212f87bb46349d61359d40568e0aa33882596 Reviewed-by: Casper van Donderen --- src/widgets/effects/qgraphicseffect.cpp | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/widgets/effects/qgraphicseffect.cpp') diff --git a/src/widgets/effects/qgraphicseffect.cpp b/src/widgets/effects/qgraphicseffect.cpp index 5bfa8cc5e5..7377e02c54 100644 --- a/src/widgets/effects/qgraphicseffect.cpp +++ b/src/widgets/effects/qgraphicseffect.cpp @@ -70,16 +70,16 @@ \table \row - \li{2,1} \img graphicseffect-plain.png + \li{2,1} \image graphicseffect-plain.png \row - \li \img graphicseffect-blur.png - \li \img graphicseffect-colorize.png + \li \image graphicseffect-blur.png + \li \image graphicseffect-colorize.png \row - \li \img graphicseffect-opacity.png - \li \img graphicseffect-drop-shadow.png + \li \image graphicseffect-opacity.png + \li \image graphicseffect-drop-shadow.png \endtable - \img graphicseffect-widget.png + \image graphicseffect-widget.png For more information on how to use each effect, refer to the specific effect's documentation. @@ -600,7 +600,7 @@ void QGraphicsEffect::sourceChanged(ChangeFlags flags) By default, the color is light blue (QColor(0, 0, 192)). - \img graphicseffect-colorize.png + \image graphicseffect-colorize.png \sa QGraphicsDropShadowEffect, QGraphicsBlurEffect, QGraphicsOpacityEffect */ @@ -729,7 +729,7 @@ void QGraphicsColorizeEffect::draw(QPainter *painter) By default, the blur radius is 5 pixels. The blur radius is specified in device coordinates. - \img graphicseffect-blur.png + \image graphicseffect-blur.png \sa QGraphicsDropShadowEffect, QGraphicsColorizeEffect, QGraphicsOpacityEffect */ @@ -892,7 +892,7 @@ void QGraphicsBlurEffect::draw(QPainter *painter) of 8 pixels towards the lower right. The drop shadow offset is specified in device coordinates. - \img graphicseffect-drop-shadow.png + \image graphicseffect-drop-shadow.png \sa QGraphicsBlurEffect, QGraphicsColorizeEffect, QGraphicsOpacityEffect */ @@ -1084,7 +1084,7 @@ void QGraphicsDropShadowEffect::draw(QPainter *painter) By default, the opacity is 0.7. - \img graphicseffect-opacity.png + \image graphicseffect-opacity.png \sa QGraphicsDropShadowEffect, QGraphicsBlurEffect, QGraphicsColorizeEffect */ -- cgit v1.2.3