summaryrefslogtreecommitdiffstats
path: root/src/gui/image
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-11-11 13:49:02 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2009-11-13 12:04:32 (GMT)
commit9c0dfbb6cd8b780c19db5e407134cfa54390fcc9 (patch)
treee9267915bae19fb82608164a9ecb9d65ac09cfc8 /src/gui/image
parenta81c7773fa8d0778fd63fab730f1320d12b80630 (diff)
downloadQt-9c0dfbb6cd8b780c19db5e407134cfa54390fcc9.zip
Qt-9c0dfbb6cd8b780c19db5e407134cfa54390fcc9.tar.gz
Qt-9c0dfbb6cd8b780c19db5e407134cfa54390fcc9.tar.bz2
doc: Fixed some qdoc errors, numXxx() to xxxCount(), etc.
(cherry picked from commit 0f82f5552830485151424b974f282a63892a077d)
Diffstat (limited to 'src/gui/image')
-rw-r--r--src/gui/image/qimage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/image/qimage.cpp b/src/gui/image/qimage.cpp
index 6d96d7a..ec8dd88 100644
--- a/src/gui/image/qimage.cpp
+++ b/src/gui/image/qimage.cpp
@@ -2073,7 +2073,7 @@ void QImage::setNumColors(int numColors)
have entries for all the pixel/index values present in the image,
otherwise the results are undefined.
- \sa colorsCount(), colorTable(), setColor(), {QImage#Image
+ \sa colorCount(), colorTable(), setColor(), {QImage#Image
Transformations}{Image Transformations}
*/