mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
refs #413 Decomposed json-related functions of CValueObject into Mixin::JsonByTuple.
This commit is contained in:
@@ -205,10 +205,10 @@ namespace BlackMisc
|
||||
friend uint qHash(const PQ &pq) { return pq.getValueHash(); };
|
||||
|
||||
//! \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);
|
||||
|
||||
//! Parse to string, with specified separator
|
||||
virtual void parseFromString(const QString &value, CPqString::SeparatorMode mode);
|
||||
|
||||
Reference in New Issue
Block a user