summaryrefslogtreecommitdiffstats
path: root/src/opengl
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2009-09-14 03:30:38 (GMT)
committerRhys Weatherley <rhys.weatherley@nokia.com>2009-09-14 03:30:38 (GMT)
commit732660e89af34c76f6aa8a46ce8507dfd5fad077 (patch)
tree6ed75e9adb238dca6b87a0d390f958465103d873 /src/opengl
parent3292e7966aa53f144a3b1cb8c7722e26dd84c108 (diff)
downloadQt-732660e89af34c76f6aa8a46ce8507dfd5fad077.zip
Qt-732660e89af34c76f6aa8a46ce8507dfd5fad077.tar.gz
Qt-732660e89af34c76f6aa8a46ce8507dfd5fad077.tar.bz2
qdoc: QGLWidget::colormap() returns a QGLColormap, not a QColormap
Diffstat (limited to 'src/opengl')
-rw-r--r--src/opengl/qgl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/opengl/qgl.cpp b/src/opengl/qgl.cpp
index f8a88601..c2b747a 100644
--- a/src/opengl/qgl.cpp
+++ b/src/opengl/qgl.cpp
@@ -4092,10 +4092,10 @@ QImage QGLWidget::convertToGLFormat(const QImage& img)
colormaps installed. Asking for the colormap of a child widget
will return the colormap for the child's top-level widget.
- If no colormap has been set for this widget, the QColormap
+ If no colormap has been set for this widget, the QGLColormap
returned will be empty.
- \sa setColormap()
+ \sa setColormap(), QGLColormap::isEmpty()
*/
/*!