mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
Ref T219, added some utility functions in value classes
This commit is contained in:
@@ -95,7 +95,7 @@ namespace BlackMisc
|
||||
QLatin1String(" online: ") % boolToYesNo(m_isOnline) %
|
||||
|
||||
// controller
|
||||
(!m_controller.isValid() ? QStringLiteral("") :
|
||||
(m_controller.isNull() ? QStringLiteral("") :
|
||||
QStringLiteral(" ") % m_controller.toQString(i18n)) %
|
||||
|
||||
// frequency
|
||||
|
||||
Reference in New Issue
Block a user