mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 00:25:35 +08:00
Fix missing metatype for CElevationPlane (fixes dbus signals and slots)
This commit is contained in:
@@ -23,12 +23,14 @@ namespace BlackMisc
|
||||
//! \remark 100km/h 1sec => 28m
|
||||
class BLACKMISC_EXPORT CElevationPlane :
|
||||
public CCoordinateGeodetic,
|
||||
public Mixin::MetaType<CElevationPlane>,
|
||||
public Mixin::String<CElevationPlane>
|
||||
{
|
||||
public:
|
||||
//! Base type
|
||||
using base_type = CCoordinateGeodetic;
|
||||
|
||||
BLACKMISC_DECLARE_USING_MIXIN_METATYPE(CElevationPlane)
|
||||
BLACKMISC_DECLARE_USING_MIXIN_STRING(CElevationPlane)
|
||||
|
||||
//! Properties by index
|
||||
|
||||
Reference in New Issue
Block a user