qt6-bb10/tests/auto/gui/image/qpixmap
Volker Hilsheimer 2f319f3be9 Give QPixmap a move constructor
It already has a move-assignment operator, and implements swapping.

This requires a specialization of the QExplicitlySharedDataPointer
destructor to be forward declared, and an implementation that is
identical to the default version. Otherwise we would need
QPlatformPixmap to be fully defined in the public QPixmap header.

Change-Id: I2651bbc29a7083a93e3b3ad671d3aeea659b7d5a
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
2020-09-23 18:00:54 +02:00
..
convertFromImage
convertFromToHICON
images
loadFromData
.gitignore
CMakeLists.txt CMake: Regenerate projects to use new qt_internal_ API 2020-09-23 16:59:06 +02:00
qpixmap.pro Remove winrt 2020-06-06 20:25:49 +02:00
qpixmap.qrc
tst_qpixmap.cpp Give QPixmap a move constructor 2020-09-23 18:00:54 +02:00