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. Change-Id: I65711c4ca87d522fc0d3afc994f8812914eab7d3 Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> (cherry picked from commit e6dab10c32b2d57e8f47e5c16827a3c1560f2e27) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
…
…
Description
Languages
C++
84.3%
HTML
4.9%
C
3.9%
CMake
3.6%
Objective-C++
2%
Other
0.8%