summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestcrashhandler.cpp
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2025-01-07 13:04:42 +0100
committerGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2025-01-08 15:46:37 +0100
commit0ab44505c88c881499a245e27c198fa6c2fb70de (patch)
tree1404370ccc1aa70c9d98816d865cd8258eb32ca9 /src/testlib/qtestcrashhandler.cpp
parent71e53405a309684e4adcb8669a5f3d04319ad767 (diff)
QDBusPendingReplyBase: add missing copy operations
QDBusPendingReplyBase declares its destructor (and defines it, as defaulted, out-of-line). I'm not sure why that's the case, since QDBusPendingReplyBase isn't polymorphic. This generates warnings when QDBusPendingReplyBase objects are copied in the subclasses, since the copy operations are deprecated due to the presence of the destructor. Add the missing copy operations, and mark destructor and copies to be removed in Qt 7. Change-Id: Iec2c98f5e512c3f19e5d28ab2ce2dba365c66175 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/testlib/qtestcrashhandler.cpp')
0 files changed, 0 insertions, 0 deletions