qt5base-lts/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 Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
convertFromToHICON Purge sRGB chunks from PNGs in tests. 2016-03-29 08:39:43 +00:00
images Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
loadFromData Purge sRGB chunks from PNGs in tests. 2016-03-29 08:39:43 +00:00
.gitignore Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
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 Android: Fix qpixmap test. 2015-01-08 10:10:50 +01:00
tst_qpixmap.cpp Give QPixmap a move constructor 2020-09-23 18:00:54 +02:00