forked from qt-creator/qt-creator
Use Core::Id for language
Change-Id: I0077558e9e2cf5aa06ac921cb45224e29aa85c9b Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -150,7 +150,7 @@ void CppPlugin::initializeEditor(CPPEditorWidget *editor)
|
||||
{
|
||||
m_actionHandler->setupActions(editor);
|
||||
|
||||
editor->setLanguageSettingsId(QLatin1String(CppTools::Constants::CPP_SETTINGS_ID));
|
||||
editor->setLanguageSettingsId(CppTools::Constants::CPP_SETTINGS_ID);
|
||||
TextEditor::TextEditorSettings::instance()->initializeEditor(editor);
|
||||
|
||||
// method combo box sorting
|
||||
|
||||
Reference in New Issue
Block a user