mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
refs #568, improved display for status message categories
This commit is contained in:
@@ -116,8 +116,7 @@ namespace BlackMisc
|
||||
QString CStatusMessage::getHumanReadablePattern() const
|
||||
{
|
||||
QStringList patternNames(getHumanReadablePatterns());
|
||||
return patternNames.isEmpty() ?
|
||||
"None" : patternNames.join(", ");
|
||||
return patternNames.isEmpty() ? "" : patternNames.join(", ");
|
||||
}
|
||||
|
||||
QStringList CStatusMessage::getHumanReadablePatterns() const
|
||||
|
||||
Reference in New Issue
Block a user