aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/glsleditor
diff options
context:
space:
mode:
authorIgor Sidorov <fliyfzen@gmail.com>2020-01-29 04:15:25 +0300
committerIgor Sidorov <fliyfzen@gmail.com>2020-02-05 09:33:55 +0000
commita9e40ad14c42a48e792659c17fb4f01486041b09 (patch)
tree82dbdec456afaddd6b47620b557e3f1bfaa6ce71 /src/plugins/glsleditor
parentaeb7ef6b37030ed4beb8f431167d2ef88172486b (diff)
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>
Diffstat (limited to 'src/plugins/glsleditor')
-rw-r--r--src/plugins/glsleditor/glsleditorplugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/glsleditor/glsleditorplugin.h b/src/plugins/glsleditor/glsleditorplugin.h
index ab3f54740c..9adb9ad26c 100644
--- a/src/plugins/glsleditor/glsleditorplugin.h
+++ b/src/plugins/glsleditor/glsleditorplugin.h
@@ -31,7 +31,7 @@
namespace GlslEditor {
namespace Internal {
-class GlslEditorPlugin : public ExtensionSystem::IPlugin
+class GlslEditorPlugin final : public ExtensionSystem::IPlugin
{
Q_OBJECT
Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QtCreatorPlugin" FILE "GLSLEditor.json")