mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 08:36:52 +08:00
Formatting
This commit is contained in:
committed by
Mathew Sutcliffe
parent
420e80a437
commit
6ebbf58f79
@@ -22,9 +22,7 @@ namespace BlackGui
|
||||
{
|
||||
Q_UNUSED(i18n);
|
||||
static const QString s("In range only: %1");
|
||||
return s.arg(
|
||||
boolToOnOff(this->showOnlyInRange())
|
||||
);
|
||||
return s.arg(boolToOnOff(this->showOnlyInRange()));
|
||||
}
|
||||
|
||||
CVariant CAtcStationsSettings::propertyByIndex(const CPropertyIndex &index) const
|
||||
|
||||
Reference in New Issue
Block a user