forked from qt-creator/qt-creator
Apply static pattern to TextEditorSetting
Change-Id: I4e6f573d893c0aa2bb4ca9812fc8db2961dac172 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user