aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/icodestylepreferencesfactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/texteditor/icodestylepreferencesfactory.cpp')
-rw-r--r--src/plugins/texteditor/icodestylepreferencesfactory.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/plugins/texteditor/icodestylepreferencesfactory.cpp b/src/plugins/texteditor/icodestylepreferencesfactory.cpp
index 89eb961b131..14a94afc124 100644
--- a/src/plugins/texteditor/icodestylepreferencesfactory.cpp
+++ b/src/plugins/texteditor/icodestylepreferencesfactory.cpp
@@ -38,3 +38,9 @@ CodeStyleEditorWidget *ICodeStylePreferencesFactory::createCodeStyleEditor(
{
return new CodeStyleEditor(this, codeStyle, project, parent);
}
+
+CodeStyleEditorWidget *ICodeStylePreferencesFactory::createAdditionalGlobalSettings(
+ ProjectExplorer::Project *, QWidget *)
+{
+ return nullptr;
+}