qt5base-lts/bin
Giuseppe D'Angelo 54232d6ea9 Streamline the template specialization of QESDP's dtor
Declaring and implementing out of line a specialization for
QESDP's destructor is needed if we have an implicitly shared
type and we want to provide an inline move constructor for it.

The code is however a bit heavy on the eyes, and the full
implementation for the destructor must be provided (read:
copy and pasted) -- the specialization destructor cannot
just "reuse" the one from the primary template.

This patch adds a few macros to streamline the above, so
that we can start using the same pattern in more places.
These macros are completely private for the moment being;
we don't want to push this solution for our users.

Port QPixmap to the new macros.

Change-Id: Ia6a51ad988483e44c9d97c0eca2fb003b6bd21e3
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2020-10-05 10:16:52 +02:00
..
fixqt4headers.pl Updated license headers 2016-01-15 12:25:24 +00:00
qmake-wrapper-for-target.bat.in CMake: Support cross-compilation with qmake 2020-06-29 12:47:34 +02:00
qmake-wrapper-for-target.in CMake: Support cross-compilation with qmake 2020-06-29 12:47:34 +02:00
qt-cmake-private-install.cmake.in CMake: Strip binaries and libraries upon installation 2020-09-30 16:16:00 +02:00
qt-cmake-standalone-test.in Add OS-specific prelude to qt-cmake-standalone-test 2020-07-15 15:13:05 +00:00
qt-cmake.bat.in CMake: Make build system of installed Qt more relocatable 2020-05-07 15:41:16 +02:00
qt-cmake.in CMake: Make build system of installed Qt more relocatable 2020-05-07 15:41:16 +02:00
qt-configure-module.bat.in CMake: Fix running qt-configure-module.bat without arguments 2020-09-11 17:11:02 +02:00
qt-configure-module.in CMake: Introduce qt-configure-module 2020-09-11 00:41:10 +02:00
syncqt.pl Streamline the template specialization of QESDP's dtor 2020-10-05 10:16:52 +02:00