summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 d60ea2b56b..c528ff1337 100644
--- a/src/gui/image/qbitmap.cpp
+++ b/src/gui/image/qbitmap.cpp
@@ -262,6 +262,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()
*/