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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/texteditor/icodestylepreferencesfactory.cpp b/src/plugins/texteditor/icodestylepreferencesfactory.cpp
index e5efa95af05..89eb961b131 100644
--- a/src/plugins/texteditor/icodestylepreferencesfactory.cpp
+++ b/src/plugins/texteditor/icodestylepreferencesfactory.cpp
@@ -34,7 +34,7 @@ ICodeStylePreferencesFactory::ICodeStylePreferencesFactory()
}
CodeStyleEditorWidget *ICodeStylePreferencesFactory::createCodeStyleEditor(
- ICodeStylePreferences *codeStyle, QWidget *parent)
+ ICodeStylePreferences *codeStyle, ProjectExplorer::Project *project, QWidget *parent)
{
- return new CodeStyleEditor(this, codeStyle, parent);
+ return new CodeStyleEditor(this, codeStyle, project, parent);
}