summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qimage.cpp
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@qt.io>2019-04-01 10:11:10 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2019-04-04 08:31:47 +0000
commit5caaa0b6a20bdcd76fbc55b0cc64885f14179f4a (patch)
treefc855b2845c5ade93b6e752f63153f316516ccb9 /src/gui/image/qimage.cpp
parent7518da2441852a243dc1f5ac23b3e59f7389cb3c (diff)
Doc: Update QImage::depth to indicate we support 64 bpp now
Change-Id: Icbd4920ed03655cec483a402de9d0ae3378ff3ef Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/gui/image/qimage.cpp')
-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 aca1f86bcb..ef0481bdb2 100644
--- a/src/gui/image/qimage.cpp
+++ b/src/gui/image/qimage.cpp
@@ -1325,7 +1325,7 @@ QRect QImage::rect() const
The image depth is the number of bits used to store a single
pixel, also called bits per pixel (bpp).
- The supported depths are 1, 8, 16, 24 and 32.
+ The supported depths are 1, 8, 16, 24, 32 and 64.
\sa bitPlaneCount(), convertToFormat(), {QImage#Image Formats}{Image Formats},
{QImage#Image Information}{Image Information}