summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-11-13 09:29:50 (GMT)
committerMartin Smith <msmith@trolltech.com>2009-11-13 09:29:50 (GMT)
commit6b84baddfb5187219b76d0d9a112db27bee29d2c (patch)
tree20651c71b2a92ed5c7f750c17c75cf64529f4ec1
parent9feb0cdd48f3b38f5a099cf9a39aa9eeb7ade1a7 (diff)
downloadQt-6b84baddfb5187219b76d0d9a112db27bee29d2c.zip
Qt-6b84baddfb5187219b76d0d9a112db27bee29d2c.tar.gz
Qt-6b84baddfb5187219b76d0d9a112db27bee29d2c.tar.bz2
doc: Removed duplicate qdoc.
-rw-r--r--src/gui/painting/qpaintdevice.qdoc11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/gui/painting/qpaintdevice.qdoc b/src/gui/painting/qpaintdevice.qdoc
index dbcb64d..ac1c3de 100644
--- a/src/gui/painting/qpaintdevice.qdoc
+++ b/src/gui/painting/qpaintdevice.qdoc
@@ -226,19 +226,10 @@
Use colorCount() instead.
Returns the number of different colors available for the paint
- device. Since this value is an int, it will not be sufficient to represent
- the number of colors on 32 bit displays, in this case INT_MAX is
- returned instead.
-*/
-
-/*!
- \fn int QPaintDevice::colorCount() const
-
- Returns the number of different colors available for the paint
device. Since this value is an int, it will not be sufficient to
represent the number of colors on 32 bit displays, in this case
INT_MAX is returned instead.
-*/
+ */
/*!
\fn int QPaintDevice::colorCount() const