refs #413 Decomposed json-related functions of CValueObject into Mixin::JsonByTuple.

This commit is contained in:
Mathew Sutcliffe
2015-05-03 20:00:45 +01:00
parent 30cc7048ac
commit 64e21b0a46
8 changed files with 146 additions and 73 deletions

View File

@@ -42,7 +42,8 @@ namespace BlackMisc
//! Default constructor
CSimulatorPluginInfo() = default;
virtual void convertFromJson(const QJsonObject &json) override;
//! \copydoc BlackMisc::CValueObject::convertFromJson
void convertFromJson(const QJsonObject &json);
//! Unspecified simulator
bool isUnspecified() const;