aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangformat
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2022-09-07 12:09:21 +0200
committerEike Ziller <eike.ziller@qt.io>2022-09-07 14:41:15 +0000
commit0cd61061d06b71153307bef9cef2db6de131626e (patch)
tree4dd6d8d3a56a882f67e8a9cafcb36573cf3a6ba1 /src/plugins/clangformat
parent2e0bda905b1a44a88ddf3eceb720a303763beb1e (diff)
ClangFormat: Add missing override
Change-Id: I8ed5918471935d21ae7036081cc45d6430c295d2 Reviewed-by: Artem Sokolovskii <artem.sokolovskii@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/clangformat')
-rw-r--r--src/plugins/clangformat/clangformatplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/clangformat/clangformatplugin.cpp b/src/plugins/clangformat/clangformatplugin.cpp
index f61dc8e0ff..aed7f0b21b 100644
--- a/src/plugins/clangformat/clangformatplugin.cpp
+++ b/src/plugins/clangformat/clangformatplugin.cpp
@@ -76,7 +76,7 @@ public:
}
TextEditor::CodeStyleEditorWidget *createAdditionalGlobalSettings(
- ProjectExplorer::Project *project, QWidget *parent)
+ ProjectExplorer::Project *project, QWidget *parent) override
{
return new ClangFormatGlobalConfigWidget(project, parent);
}