diff options
author | Igor Sidorov <[email protected]> | 2020-01-29 04:15:25 +0300 |
---|---|---|
committer | Igor Sidorov <[email protected]> | 2020-02-05 09:33:55 +0000 |
commit | a9e40ad14c42a48e792659c17fb4f01486041b09 (patch) | |
tree | 82dbdec456afaddd6b47620b557e3f1bfaa6ce71 /src/plugins/python/pythonplugin.h | |
parent | aeb7ef6b37030ed4beb8f431167d2ef88172486b (diff) |
Add final specifies to classes
Warning -Wfinal-dtor-non-final-class in clang trunk
Change-Id: I2bf17064bf8898eab10b82b69583a283157766d0
Reviewed-by: Eike Ziller <[email protected]>
Diffstat (limited to 'src/plugins/python/pythonplugin.h')
-rw-r--r-- | src/plugins/python/pythonplugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/python/pythonplugin.h b/src/plugins/python/pythonplugin.h index c0d79d7a874..1381ede6d68 100644 --- a/src/plugins/python/pythonplugin.h +++ b/src/plugins/python/pythonplugin.h @@ -30,7 +30,7 @@ namespace Python { namespace Internal { -class PythonPlugin : public ExtensionSystem::IPlugin +class PythonPlugin final : public ExtensionSystem::IPlugin { Q_OBJECT Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QtCreatorPlugin" FILE "Python.json") |