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