mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
Fix clang-tidy and clazy warnings
This commit is contained in:
@@ -278,7 +278,7 @@ namespace BlackMisc
|
||||
return properties;
|
||||
}
|
||||
|
||||
const QString htmlStyleSheetImpl()
|
||||
QString htmlStyleSheetImpl()
|
||||
{
|
||||
const QString style = u'.' % CStatusMessage::severityToString(CStatusMessage::SeverityDebug) % u" { color: lightgreen; } " %
|
||||
u'.' % CStatusMessage::severityToString(CStatusMessage::SeverityInfo) % u" { color: lightgreen; } " %
|
||||
|
||||
Reference in New Issue
Block a user