54232d6ea9
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> |
||
---|---|---|
.. | ||
fixqt4headers.pl | ||
qmake-wrapper-for-target.bat.in | ||
qmake-wrapper-for-target.in | ||
qt-cmake-private-install.cmake.in | ||
qt-cmake-standalone-test.in | ||
qt-cmake.bat.in | ||
qt-cmake.in | ||
qt-configure-module.bat.in | ||
qt-configure-module.in | ||
syncqt.pl |