forked from qt-creator/qt-creator
Utils: Adjust name fillWithZero()
The name was quite missleading. Change-Id: I538eca2a59e8a861e707fecd8331488e1919408a Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -72,7 +72,7 @@ TextEditor::TextStyle toTextStyle(ClangBackEnd::HighlightingType type)
|
||||
TextEditor::TextStyles toTextStyles(ClangBackEnd::HighlightingTypes types)
|
||||
{
|
||||
TextEditor::TextStyles textStyles;
|
||||
textStyles.mixinStyles.fillWithZero();
|
||||
textStyles.mixinStyles.initializeElements();
|
||||
|
||||
textStyles.mainStyle = toTextStyle(types.mainHighlightingType);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user