diff options
author | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-09-14 00:10:58 (GMT) |
---|---|---|
committer | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-09-14 00:10:58 (GMT) |
commit | c151b747e0d7b45e0c7d5de6964b9dfef207d833 (patch) | |
tree | 220db3762ecd6f20526b74b24f73f0981c191353 /src/opengl | |
parent | 822f979f4398bb364de34a07bfbaa4ade93502db (diff) | |
download | Qt-c151b747e0d7b45e0c7d5de6964b9dfef207d833.zip Qt-c151b747e0d7b45e0c7d5de6964b9dfef207d833.tar.gz Qt-c151b747e0d7b45e0c7d5de6964b9dfef207d833.tar.bz2 |
qdoc: size of a QGLColormap is 256 on all platforms, not just Windows
Diffstat (limited to 'src/opengl')
-rw-r--r-- | src/opengl/qglcolormap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opengl/qglcolormap.cpp b/src/opengl/qglcolormap.cpp index edb5c4f..b86f9e0 100644 --- a/src/opengl/qglcolormap.cpp +++ b/src/opengl/qglcolormap.cpp @@ -61,7 +61,7 @@ least a \c PseudoColor visual. Note that you may experience colormap flashing if your X server is running in 8 bit mode. - Under Windows the size of the colormap is always set to 256 + The size() of the colormap is always set to 256 colors. Note that under Windows you can also install colormaps in child widgets. |