aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4debugging.cpp
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@qt.io>2022-05-09 15:17:36 +0200
committerMarc Mutz <marc.mutz@qt.io>2022-05-09 23:42:21 +0200
commitd432e5621a0a163ea5609229ef94f83235de4050 (patch)
treed08df0195e291c84a2b25482e6ee4edc67a7e079 /src/qml/jsruntime/qv4debugging.cpp
parent4b3abc4c17f04b8a5e06e2d97e9d37f46768cfa9 (diff)
lifecycle test: fix Clang warning about a final dtor
Says Clang: tests/auto/qmlls/lifecycle/qiopipe.cpp:75:23: warning: class with destructor marked 'final' cannot be inherited from [-Wfinal-dtor-non-final-class] ~QIOPipePrivate() final; ^ tests/auto/qmlls/lifecycle/qiopipe.cpp:70:7: note: mark 'QIOPipePrivate' as 'final' to silence this warning class QIOPipePrivate : public QObjectPrivate ^ Mark the whole class final instead of just the dtor. Pick-to: 6.3 Change-Id: I1b5064c4f7a722738d055d004b5e38f153411f55 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/qml/jsruntime/qv4debugging.cpp')
0 files changed, 0 insertions, 0 deletions