forked from qt-creator/qt-creator
TextEditor: remove Function from the declaration format UI text
Task-number: QTCREATORBUG-26156 Change-Id: I2ca0f8c6d6445a78b9bd5f366c51237073991fd6 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -178,8 +178,8 @@ FormatDescriptions TextEditorSettingsPrivate::initialFormats()
|
||||
Format declarationFormat;
|
||||
declarationFormat.setBold(true);
|
||||
formatDescr.emplace_back(C_DECLARATION,
|
||||
tr("Function Declaration"),
|
||||
tr("Style adjustments to (function) declarations."),
|
||||
tr("Declaration"),
|
||||
tr("Style adjustments to declarations."),
|
||||
declarationFormat,
|
||||
FormatDescription::ShowAllControls);
|
||||
formatDescr.emplace_back(C_FUNCTION_DEFINITION,
|
||||
|
Reference in New Issue
Block a user