From 5caaa0b6a20bdcd76fbc55b0cc64885f14179f4a Mon Sep 17 00:00:00 2001 From: Andy Shaw Date: Mon, 1 Apr 2019 10:11:10 +0200 Subject: [PATCH] Doc: Update QImage::depth to indicate we support 64 bpp now Change-Id: Icbd4920ed03655cec483a402de9d0ae3378ff3ef Reviewed-by: Allan Sandfeld Jensen --- src/gui/image/qimage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}