mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-25 10:15:43 +08:00
refs #314, fixed missing virtual keyword and Doxygen comment
This commit is contained in:
@@ -231,7 +231,7 @@ namespace BlackMisc
|
||||
}
|
||||
|
||||
//! \copydoc CValueObject::convertFromJson
|
||||
void convertFromJson(const QJsonObject &json) override
|
||||
virtual void convertFromJson(const QJsonObject &json) override
|
||||
{
|
||||
QJsonArray array = json.value("associativecontainerbase").toArray();
|
||||
for (auto it = array.begin(); it != array.end(); ++it)
|
||||
|
||||
Reference in New Issue
Block a user