diff options
author | Friedemann Kleint <[email protected]> | 2023-04-12 09:49:30 +0200 |
---|---|---|
committer | Friedemann Kleint <[email protected]> | 2023-04-17 21:02:32 +0200 |
commit | 69d4ecd6ef9057cb3703178277042ff7a7411459 (patch) | |
tree | 15069fb98f8f609e7caf841d9a29c9f43a4f1092 /src/gui/doc/snippets/image | |
parent | 94279afff86252b8b777450a56990fa33ffbb0d7 (diff) |
Remove unused documentation code snippets
Modules:
- Core
- Gui
- Widgets
- Open(Widgets)
- PrintSupport
- Sql
- Network
- Concurrent
- Testlib
Pick-to: 6.5
Change-Id: I63e58c01bec4bd162486020f0085227fdaa83b18
Reviewed-by: Ahmad Samir <[email protected]>
Reviewed-by: Christian Ehrlicher <[email protected]>
Reviewed-by: Qt CI Bot <[email protected]>
Diffstat (limited to 'src/gui/doc/snippets/image')
-rw-r--r-- | src/gui/doc/snippets/image/image.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gui/doc/snippets/image/image.cpp b/src/gui/doc/snippets/image/image.cpp index b1c42d62da4..82703c5c0fe 100644 --- a/src/gui/doc/snippets/image/image.cpp +++ b/src/gui/doc/snippets/image/image.cpp @@ -25,13 +25,6 @@ buffer.open(QIODevice::WriteOnly); pixmap.save(&buffer, "PNG"); // writes pixmap into bytes in PNG format //! [1] - -//! [2] -QPixmap alpha("image-with-alpha.png"); -QPixmap alphacopy = alpha; -alphacopy.setMask(alphacopy.mask()); -//! [2] - } // wrapper1 } // image |