Formatting

This commit is contained in:
Klaus Basan
2017-04-27 20:56:12 +02:00
committed by Mathew Sutcliffe
parent 420e80a437
commit 6ebbf58f79
5 changed files with 7 additions and 10 deletions

View File

@@ -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