mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
Ref T778, style
This commit is contained in:
committed by
Mat Sutcliffe
parent
12403700ea
commit
b5d100b71b
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user