Doc: Update QImage::depth to indicate we support 64 bpp now

Change-Id: Icbd4920ed03655cec483a402de9d0ae3378ff3ef
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
bb10
Andy Shaw 2019-04-01 10:11:10 +02:00 committed by Allan Sandfeld Jensen
parent 7518da2441
commit 5caaa0b6a2
1 changed files with 1 additions and 1 deletions

View File

@ -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}