mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-05 17:05:57 +08:00
refs #314, renamed convertFromQVariant, convertFromJson
discussion: https://dev.vatsim-germany.org/issues/314#note-19
This commit is contained in:
@@ -209,7 +209,7 @@ namespace BlackMiscTest
|
||||
// JSON
|
||||
QJsonObject jsonObject = d1.toJson();
|
||||
CValueObjectDictionary d4;
|
||||
d4.fromJson(jsonObject);
|
||||
d4.convertFromJson(jsonObject);
|
||||
QVERIFY2(d1 == d4, "JSON serialization/deserialization failed");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user