mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 04:25:42 +08:00
refs #413 Decomposed json-related functions of CValueObject into Mixin::JsonByTuple.
This commit is contained in:
@@ -179,10 +179,10 @@ namespace BlackMisc
|
||||
int userType() const { return m_v.userType(); }
|
||||
|
||||
//! \copydoc CValueObject::toJson
|
||||
virtual QJsonObject toJson() const override;
|
||||
QJsonObject toJson() const;
|
||||
|
||||
//! \copydoc CValueObject::convertFromJson
|
||||
virtual void convertFromJson(const QJsonObject &json) override;
|
||||
void convertFromJson(const QJsonObject &json);
|
||||
|
||||
//! \copydoc CValueObject::marshallToDbus
|
||||
void marshallToDbus(QDBusArgument &argument) const;
|
||||
|
||||
Reference in New Issue
Block a user