Add final specifies to classes

Warning -Wfinal-dtor-non-final-class in clang trunk

Change-Id: I2bf17064bf8898eab10b82b69583a283157766d0
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Igor Sidorov
2020-01-29 04:15:25 +03:00
parent aeb7ef6b37
commit a9e40ad14c
65 changed files with 67 additions and 67 deletions

View File

@@ -32,7 +32,7 @@ namespace Internal {
class ValgrindGlobalSettings;
class CallgrindTool : public QObject
class CallgrindTool final : public QObject
{
Q_OBJECT

View File

@@ -33,7 +33,7 @@ namespace Internal {
class MemcheckToolRunner;
class MemcheckTool : public QObject
class MemcheckTool final : public QObject
{
Q_OBJECT

View File

@@ -32,7 +32,7 @@
namespace Valgrind {
namespace Internal {
class ValgrindPlugin : public ExtensionSystem::IPlugin
class ValgrindPlugin final : public ExtensionSystem::IPlugin
{
Q_OBJECT
Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QtCreatorPlugin" FILE "Valgrind.json")