forked from qt-creator/qt-creator
Fix style of whitespace in diff description
Task-number: QTCREATORBUG-9445 Change-Id: I1c60181b7e15c66b88cc1d5ec7584951d3aa46a0 Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
@@ -819,6 +819,11 @@ QTextCharFormat SyntaxHighlighter::formatForCategory(int category) const
|
||||
return d->formats.at(category);
|
||||
}
|
||||
|
||||
void SyntaxHighlighter::highlightBlock(const QString &text)
|
||||
{
|
||||
formatSpaces(text);
|
||||
}
|
||||
|
||||
void SyntaxHighlighterPrivate::updateFormats(const FontSettings &fontSettings)
|
||||
{
|
||||
for (const auto &pair : Utils::asConst(formatCategories))
|
||||
|
||||
Reference in New Issue
Block a user