diff options
| author | Marc Mutz <marc.mutz@qt.io> | 2024-08-26 10:07:56 +0200 |
|---|---|---|
| committer | Marc Mutz <marc.mutz@qt.io> | 2024-08-27 02:41:55 +0200 |
| commit | e6dab10c32b2d57e8f47e5c16827a3c1560f2e27 (patch) | |
| tree | c77159fa896dbe40baa9224b5bd8557dd71c2252 /src/opengl/qopengldebug.cpp | |
| parent | 832e47ca44d3af1b7a3f722bad2a1d0c6fd56b5f (diff) | |
QAbstractEventDispatcherV2: clean up override keywords
Virtual functions should have exactly one of 'virtual', 'override' or
'final', because 'final' implies 'override' and 'override' implies
'virtual' (CppCoreGuidelines C.128;
https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Rh-override).
So add 'override' to the dtor and remove 'virtual override' from the
final functions.
Amends af6afad3b390c0ed7de6d3c4314cc394d8f8e2c2.
Pick-to: 6.8
Change-Id: I65711c4ca87d522fc0d3afc994f8812914eab7d3
Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/opengl/qopengldebug.cpp')
0 files changed, 0 insertions, 0 deletions
