mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
refs #413 Decomposed json-related functions of CValueObject into Mixin::JsonByTuple.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user