diff options
author | hjk <hjk121@nokiamail.com> | 2013-09-19 17:59:27 +0200 |
---|---|---|
committer | hjk <hjk121@nokiamail.com> | 2013-09-20 10:28:22 +0200 |
commit | ca15d0aa95fec76ce41c72ed747894969c978986 (patch) | |
tree | 51fb42c1230f6a7ef43ad685e90134f916db16f0 /src/plugins/pythoneditor/pythoneditorplugin.cpp | |
parent | bd10688a624ccca8ee34650915c4054138e4c35d (diff) | |
download | qt-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.cpp | 2 |
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() |