summaryrefslogtreecommitdiffstats
path: root/src/gui/image
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2011-05-11 12:19:37 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2011-05-11 15:36:31 (GMT)
commit9e0bfde7cdb439d9ef416cd932340a90cc61abb8 (patch)
treeadc0bc5c33838f9d48e0d72e9e59dc3112a6edd0 /src/gui/image
parent4f6ccce6ad8b6df523fd354aac2bcd32a7a65bc4 (diff)
downloadQt-9e0bfde7cdb439d9ef416cd932340a90cc61abb8.zip
Qt-9e0bfde7cdb439d9ef416cd932340a90cc61abb8.tar.gz
Qt-9e0bfde7cdb439d9ef416cd932340a90cc61abb8.tar.bz2
Doc: Fixed qdoc warnings.
Diffstat (limited to 'src/gui/image')
-rw-r--r--src/gui/image/qimage.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/gui/image/qimage.cpp b/src/gui/image/qimage.cpp
index 50b372e..69fe9c9 100644
--- a/src/gui/image/qimage.cpp
+++ b/src/gui/image/qimage.cpp
@@ -2008,10 +2008,11 @@ void QImage::fill(uint pixel)
/*!
\fn void QImage::fill(Qt::GlobalColor color)
-
\overload
-
\since 4.8
+
+ Fills the image with the given \a color, described as a standard global
+ color.
*/
void QImage::fill(Qt::GlobalColor color)
@@ -2022,7 +2023,7 @@ void QImage::fill(Qt::GlobalColor color)
/*!
- \fn void QImage::fill(Qt::GlobalColor color)
+ \fn void QImage::fill(const QColor &color)
\overload