mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 07:15:34 +08:00
Issue #77 All classes propertyindex methods use CPropertyIndexRef and QVariant
This commit is contained in:
@@ -202,7 +202,7 @@ namespace BlackMisc
|
||||
QString convertToQString(bool i18n = false) const;
|
||||
|
||||
//! \copydoc Mixin::Index::setPropertyByIndex
|
||||
int comparePropertyByIndex(const CPropertyIndex &index, const CAltitude &compareValue) const;
|
||||
int comparePropertyByIndex(CPropertyIndexRef index, const CAltitude &compareValue) const;
|
||||
|
||||
//! Round to the nearest 100ft, like needed for China and Russia
|
||||
//! \remark https://en.wikipedia.org/wiki/Flight_level
|
||||
|
||||
Reference in New Issue
Block a user