summaryrefslogtreecommitdiffstats
path: root/src/gui/image
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@nokia.com>2009-07-25 13:31:15 (GMT)
committerVolker Hilsheimer <volker.hilsheimer@nokia.com>2009-07-25 13:31:15 (GMT)
commit04a7da1d0dc68d15b3c620e902f1d9cc1e37ef20 (patch)
tree233708b67a5bd65315fd9d86837da9e038aba4ba /src/gui/image
parente04323202c2ca99b1ec879d47af25a5d021d7647 (diff)
downloadQt-04a7da1d0dc68d15b3c620e902f1d9cc1e37ef20.zip
Qt-04a7da1d0dc68d15b3c620e902f1d9cc1e37ef20.tar.gz
Qt-04a7da1d0dc68d15b3c620e902f1d9cc1e37ef20.tar.bz2
Doc: Replace links to obsolete APIs.
Diffstat (limited to 'src/gui/image')
-rw-r--r--src/gui/image/qimage.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gui/image/qimage.cpp b/src/gui/image/qimage.cpp
index 7d7dde1..dd56765 100644
--- a/src/gui/image/qimage.cpp
+++ b/src/gui/image/qimage.cpp
@@ -590,9 +590,8 @@ bool QImageData::checkForAlphaPixels() const
The mirrored() function returns a mirror of the image in the
desired direction, the scaled() returns a copy of the image scaled
- to a rectangle of the desired measures, the rgbSwapped() function
- constructs a BGR image from a RGB image, and the alphaChannel()
- function constructs an image from this image's alpha channel.
+ to a rectangle of the desired measures, and the rgbSwapped() function
+ constructs a BGR image from a RGB image.
The scaledToWidth() and scaledToHeight() functions return scaled
copies of the image.