mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 08:45:36 +08:00
refs #314, fixed missing virtual keyword and Doxygen comment
This commit is contained in:
@@ -249,7 +249,7 @@ namespace BlackMisc
|
||||
virtual QJsonObject toJson() const override;
|
||||
|
||||
//! \copydoc CValueObject::convertFromJson
|
||||
void convertFromJson(const QJsonObject &json) override;
|
||||
virtual void convertFromJson(const QJsonObject &json) override;
|
||||
|
||||
private:
|
||||
//! \brief Check range of row / column
|
||||
|
||||
Reference in New Issue
Block a user