summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2022-02-24 01:23:16 +0100
committerGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2022-03-04 01:58:10 +0100
commitd45d62f09dd276faf3d960d18aba191e4c3c78ba (patch)
tree307444fc040de8ddf79a9726704b2e1e0ca53d88 /src/gui
parent3c6b61a6e14962969e7e9dc5909cd746e38f8de7 (diff)
QBitmap::fromPixmap: document \since
Change-Id: Ia8b4e20dc98e3b184b6e2ba9844907f813dbc1ab Pick-to: 6.2 6.3 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/image/qbitmap.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/image/qbitmap.cpp b/src/gui/image/qbitmap.cpp
index e2abb935e7..16bd91f942 100644
--- a/src/gui/image/qbitmap.cpp
+++ b/src/gui/image/qbitmap.cpp
@@ -260,6 +260,8 @@ QBitmap QBitmap::fromData(const QSize &size, const uchar *bits, QImage::Format m
If the pixmap has a depth greater than 1, the resulting bitmap
will be dithered automatically.
+ \since 6.0
+
\sa QPixmap::depth()
*/