mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
Issue #77 All classes propertyindex methods use CPropertyIndexRef and QVariant
This commit is contained in:
@@ -156,7 +156,7 @@ namespace BlackMisc
|
||||
void setAllSimulators() { setSimulator(All); }
|
||||
|
||||
//! \copydoc Mixin::String::toQString
|
||||
int comparePropertyByIndex(const CPropertyIndex &index, const CSimulatorInfo &compareValue) const;
|
||||
int comparePropertyByIndex(CPropertyIndexRef index, const CSimulatorInfo &compareValue) const;
|
||||
|
||||
//! \copydoc Mixin::String::toQString
|
||||
QString convertToQString(bool i18n = false) const;
|
||||
|
||||
Reference in New Issue
Block a user