qt5base-lts/examples/widgets/painting/composition
Marc Mutz 8ab4d2028f Composition example: use std::unique_ptr instead of QScopedPointer
The use of a unique_ptr member requires that the destructor be
out-of-line, since the payload is only forward-declared in the header
file. This is good hygiene, so do it for CompositionWidget, too.

Add 'explicit' and missing = nullptr to both constructors as a
drive-by.

Change-Id: Ied1c89864f90d3f2c13fb4e9a8bbbe2e6fd6f1d7
Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
2019-05-15 11:03:53 +02:00
..
composition.cpp Composition example: use std::unique_ptr instead of QScopedPointer 2019-05-15 11:03:53 +02:00
composition.h Composition example: use std::unique_ptr instead of QScopedPointer 2019-05-15 11:03:53 +02:00
composition.html Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
composition.pro Move arthurwidget based examples to new QOpenGL classes 2018-10-17 09:16:01 +00:00
composition.qrc Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
flower_alpha.jpg Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
flower.jpg Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
main.cpp Fix memory leak with arthur style 2019-05-23 15:57:51 +02:00