mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
Issue #77 All classes propertyindex methods use CPropertyIndexRef and QVariant
This commit is contained in:
@@ -155,7 +155,7 @@ namespace BlackMisc
|
||||
return this->matchesAny(otherInfo);
|
||||
}
|
||||
|
||||
int CSimulatorInfo::comparePropertyByIndex(const CPropertyIndex &index, const CSimulatorInfo &compareValue) const
|
||||
int CSimulatorInfo::comparePropertyByIndex(CPropertyIndexRef index, const CSimulatorInfo &compareValue) const
|
||||
{
|
||||
Q_UNUSED(index)
|
||||
return Compare::compare(m_simulator, compareValue.m_simulator);
|
||||
|
||||
Reference in New Issue
Block a user