mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 00:25:35 +08:00
[AFV] Ref T739, device info improvements
* registration * use identifier in device info list * propertyByIndex/compareByIndex * unRegisterDevices
This commit is contained in:
committed by
Mat Sutcliffe
parent
7beed0225c
commit
134c805990
@@ -146,6 +146,9 @@ namespace BlackMisc
|
||||
//! \copydoc BlackMisc::Mixin::Index::setPropertyByIndex
|
||||
void setPropertyByIndex(const BlackMisc::CPropertyIndex &index, const CVariant &variant);
|
||||
|
||||
//! \copydoc BlackMisc::Mixin::Index::comparePropertyByIndex
|
||||
int comparePropertyByIndex(const CPropertyIndex &index, const CIdentifier &compareValue) const;
|
||||
|
||||
private:
|
||||
//! Constructor.
|
||||
CIdentifier(const QString &name, const QString &machineId, const QString &machineName,
|
||||
|
||||
Reference in New Issue
Block a user