mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 02:45:33 +08:00
refs #292, found during debugging
* const override of toQVariant * missing getter / setters * metaTuple * improved toQString * CClient::setCapability bug * Fixed wrong ICAO check
This commit is contained in:
@@ -33,10 +33,7 @@ namespace BlackMisc
|
||||
CStatusMessageList findBySeverity(CStatusMessage::StatusSeverity severity) const;
|
||||
|
||||
//! \copydoc CValueObject::asQVariant
|
||||
virtual QVariant asQVariant() const
|
||||
{
|
||||
return QVariant::fromValue(*this);
|
||||
}
|
||||
virtual QVariant toQVariant() const override { return QVariant::fromValue(*this); }
|
||||
|
||||
//! \brief Register metadata of unit and quantity
|
||||
static void registerMetadata();
|
||||
|
||||
Reference in New Issue
Block a user