summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qcolor.cpp
diff options
context:
space:
mode:
authorJeremy Katz <jeremy.katz@nokia.com>2012-08-01 14:44:51 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-01 15:37:46 +0200
commitc3189a0a229cf6ac0e9ea93854b0273551e119d0 (patch)
treeab4423460e7de82a526f453536eb74649d4b88d8 /src/gui/painting/qcolor.cpp
parenta68577e7e07cce40cac142f6e2b386a76f3ecbd1 (diff)
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 <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/gui/painting/qcolor.cpp')
-rw-r--r--src/gui/painting/qcolor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/painting/qcolor.cpp b/src/gui/painting/qcolor.cpp
index 61a218df83..f496769cac 100644
--- a/src/gui/painting/qcolor.cpp
+++ b/src/gui/painting/qcolor.cpp
@@ -153,7 +153,7 @@ QT_BEGIN_NAMESPACE
The code above produces the following output:
- \img alphafill.png
+ \image alphafill.png
The alpha channel of a color can be retrieved and set using the
alpha() and setAlpha() functions if its value is an integer, and
@@ -170,7 +170,7 @@ QT_BEGIN_NAMESPACE
variety of color names; the static colorNames() function returns a
QStringList color names that QColor knows about.
- \img qt-colors.png Qt Colors
+ \image qt-colors.png Qt Colors
Additionally, the Qt::color0, Qt::color1 and Qt::transparent colors
are used for special purposes.