summaryrefslogtreecommitdiff
path: root/src/plugins/pythoneditor/pythoneditorplugin.cpp
diff options
context:
space:
mode:
authorhjk <hjk121@nokiamail.com>2013-09-19 17:59:27 +0200
committerhjk <hjk121@nokiamail.com>2013-09-20 10:28:22 +0200
commitca15d0aa95fec76ce41c72ed747894969c978986 (patch)
tree51fb42c1230f6a7ef43ad685e90134f916db16f0 /src/plugins/pythoneditor/pythoneditorplugin.cpp
parentbd10688a624ccca8ee34650915c4054138e4c35d (diff)
downloadqt-creator-ca15d0aa95fec76ce41c72ed747894969c978986.tar.gz
Apply static pattern to TextEditorSetting
Change-Id: I4e6f573d893c0aa2bb4ca9812fc8db2961dac172 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'src/plugins/pythoneditor/pythoneditorplugin.cpp')
-rw-r--r--src/plugins/pythoneditor/pythoneditorplugin.cpp2
1 files changed, 1 insertions, 1 deletions
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<QString> PythonEditorPlugin::keywords()