summaryrefslogtreecommitdiff
path: root/src/gui/opengl/qopenglprogrambinarycache.cpp
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2019-05-14 20:42:01 +0200
committerMarc Mutz <marc.mutz@kdab.com>2019-07-25 14:17:51 +0000
commit082f10c9eb12972efb7f194e49eb2b11928e1337 (patch)
tree3ad94b9fad913e1664c4f142f13a5792ff06df97 /src/gui/opengl/qopenglprogrambinarycache.cpp
parent7303218e42ea03a8e163d57935b01472de76748a (diff)
downloadqtbase-082f10c9eb12972efb7f194e49eb2b11928e1337.tar.gz
QOpenGLWindow example: use std::unique_ptr instead of QScopedPointer
QScopedPointer is scheduled for deprecation, and can't decide whether it wants to be a scoped, or a unique pointer. The use of a unique_ptr members requires that the destructor be out-of-line, since the payload classes are only forward-declared in the header file. Change-Id: Id0dcdde52cb3adc30d3051d2eed1d24c76154921 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'src/gui/opengl/qopenglprogrambinarycache.cpp')
0 files changed, 0 insertions, 0 deletions