Ref T778, style

This commit is contained in:
Klaus Basan
2020-04-11 04:48:24 +02:00
committed by Mat Sutcliffe
parent 12403700ea
commit b5d100b71b
3 changed files with 8 additions and 8 deletions

View File

@@ -81,7 +81,7 @@ namespace BlackMisc
int IOrderable::comparePropertyByIndex(const CPropertyIndex &index, const IOrderable &compareValue) const
{
Q_UNUSED(index);
Q_UNUSED(index)
static const int max = std::numeric_limits<int>::max();
const int o1 = this->hasValidOrder() ? this->getOrder() : max;
const int o2 = compareValue.hasValidOrder() ? compareValue.getOrder() : max;