mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 13:55:36 +08:00
refs #437, remove convertFromCVariant
This commit is contained in:
@@ -191,7 +191,7 @@ namespace BlackMisc
|
||||
uint getValueHash() const;
|
||||
|
||||
//! \copydoc CValueObject::qHash
|
||||
friend uint qHash(const PQ &pq) { return pq.getValueHash(); };
|
||||
friend uint qHash(const PQ &pq) { return pq.getValueHash(); }
|
||||
|
||||
//! \copydoc CValueObject::toJson
|
||||
QJsonObject toJson() const;
|
||||
|
||||
Reference in New Issue
Block a user