diff --git a/src/plugins/clangformat/clangformatplugin.cpp b/src/plugins/clangformat/clangformatplugin.cpp index f61dc8e0ffe..aed7f0b21b1 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); }