diff options
| author | Marc Mutz <marc.mutz@qt.io> | 2024-01-18 09:06:59 +0100 |
|---|---|---|
| committer | Marc Mutz <marc.mutz@qt.io> | 2024-01-18 12:48:03 +0100 |
| commit | 11d153ae1ce3ce75e76a1fcac7bf99e4cff05716 (patch) | |
| tree | 0793dc52f12cc040c8005699a87188bd4ab29c28 /examples/sql/sqlbrowser/qsqlconnectiondialog.cpp | |
| parent | 54824e7d2bf1066014f4e6f3bb3c2a9535435779 (diff) | |
QMetaTypeModuleHelper: suppress cppcoreguidelines-virtual-class-destructor
Says clang-tidy:
destructor of '(unnamed struct at qmetatype.cpp:966:14)' is public and non-virtual
in file:src/corelib/kernel/qmetatype.cpp line:966 col:14
static const struct : QMetaTypeModuleHelper
Yes, these classes are polymorphic (because the base class is). Yes,
the destructor is non-virtual (because the base class' one isn't, but
it's also protected, so fine).
But these classes are not used as base classes, so suppress the
warning.
Pick-to: 6.7 6.6 6.5 6.2
Change-Id: I75be86bca36a4a0e93d72acb1a0d2fe0dca1c505
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'examples/sql/sqlbrowser/qsqlconnectiondialog.cpp')
0 files changed, 0 insertions, 0 deletions
