mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-03 07:35:53 +08:00
refs #192, enable value objects for JSON:
* from/toJson methods * jsonMembers where applicable
This commit is contained in:
@@ -132,10 +132,8 @@ namespace BlackMisc
|
||||
//! \copydoc CValueObject::toJson
|
||||
virtual QJsonObject toJson() const override;
|
||||
|
||||
/*!
|
||||
* \brief operator !=
|
||||
*/
|
||||
bool operator !=(const CComSystem &other) const;
|
||||
//! \copydoc CValueObject::fromJson
|
||||
virtual void fromJson(const QJsonObject &json) override;
|
||||
|
||||
/*!
|
||||
* Try to get a COM unit with given name and frequency. Returns true in case an object
|
||||
|
||||
Reference in New Issue
Block a user