From ca15d0aa95fec76ce41c72ed747894969c978986 Mon Sep 17 00:00:00 2001 From: hjk Date: Thu, 19 Sep 2013 17:59:27 +0200 Subject: Apply static pattern to TextEditorSetting Change-Id: I4e6f573d893c0aa2bb4ca9812fc8db2961dac172 Reviewed-by: Tobias Hunger --- src/plugins/pythoneditor/pythoneditorplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/pythoneditor/pythoneditorplugin.cpp') diff --git a/src/plugins/pythoneditor/pythoneditorplugin.cpp b/src/plugins/pythoneditor/pythoneditorplugin.cpp index 0811f30630..65f5d6a0fc 100644 --- a/src/plugins/pythoneditor/pythoneditorplugin.cpp +++ b/src/plugins/pythoneditor/pythoneditorplugin.cpp @@ -250,7 +250,7 @@ void PythonEditorPlugin::extensionsInitialized() void PythonEditorPlugin::initializeEditor(EditorWidget *widget) { instance()->m_actionHandler->setupActions(widget); - TextEditor::TextEditorSettings::instance()->initializeEditor(widget); + TextEditor::TextEditorSettings::initializeEditor(widget); } QSet PythonEditorPlugin::keywords() -- cgit v1.2.1