mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
Ref T241, hint asString function (less info, shorter message)
This commit is contained in:
@@ -421,7 +421,7 @@ namespace BlackMisc
|
||||
QStringLiteral(" | #nw.sit.: ") % QString::number(noNetworkSituations) %
|
||||
(
|
||||
withHints ?
|
||||
separator % QStringLiteral("hints: ") % usedHints.toQString(true) :
|
||||
separator % QStringLiteral("hints: ") % usedHints.asString(false, true) :
|
||||
QStringLiteral("")
|
||||
) %
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user