refs #314, fixed missing virtual keyword and Doxygen comment

This commit is contained in:
Klaus Basan
2014-08-25 13:10:13 +02:00
parent 40b428a315
commit c1895c1ab2
35 changed files with 79 additions and 46 deletions

View File

@@ -115,12 +115,12 @@ namespace BlackMisc
virtual QJsonObject toJson() const override;
//! \copydoc CValueObject::convertFromJson
void convertFromJson(const QJsonObject &json) override;
virtual void convertFromJson(const QJsonObject &json) override;
//! Register metadata
static void registerMetadata();
//! Members
//! JSON member names
static const QStringList &jsonMembers();
protected: