forked from qt-creator/qt-creator
CppTools: Compile with QT_NO_CAST_FROM_ASCII
Change-Id: I31a6117c2b4be3f8603c16a9f98b6937a0b9aeb2 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
committed by
Friedemann Kleint
parent
f0ef96ef0c
commit
be443b8edb
@@ -98,7 +98,7 @@ Core::Id CppCodeStylePreferencesFactory::languageId()
|
||||
|
||||
QString CppCodeStylePreferencesFactory::displayName()
|
||||
{
|
||||
return Constants::CPP_SETTINGS_NAME;
|
||||
return QString::fromUtf8(Constants::CPP_SETTINGS_NAME);
|
||||
}
|
||||
|
||||
TextEditor::ICodeStylePreferences *CppCodeStylePreferencesFactory::createCodeStyle() const
|
||||
|
||||
Reference in New Issue
Block a user