From a9e40ad14c42a48e792659c17fb4f01486041b09 Mon Sep 17 00:00:00 2001 From: Igor Sidorov Date: Wed, 29 Jan 2020 04:15:25 +0300 Subject: Add final specifies to classes Warning -Wfinal-dtor-non-final-class in clang trunk Change-Id: I2bf17064bf8898eab10b82b69583a283157766d0 Reviewed-by: Eike Ziller --- src/plugins/cpptools/cpptoolsplugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/cpptools/cpptoolsplugin.h') diff --git a/src/plugins/cpptools/cpptoolsplugin.h b/src/plugins/cpptools/cpptoolsplugin.h index d52b046eab..6e82228fa7 100644 --- a/src/plugins/cpptools/cpptoolsplugin.h +++ b/src/plugins/cpptools/cpptoolsplugin.h @@ -48,7 +48,7 @@ namespace Internal { struct CppFileSettings; class CppToolsPluginPrivate; -class CppToolsPlugin : public ExtensionSystem::IPlugin +class CppToolsPlugin final : public ExtensionSystem::IPlugin { Q_OBJECT Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QtCreatorPlugin" FILE "CppTools.json") -- cgit v1.2.1