mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-27 19:25:49 +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
|
//! \remark 100km/h 1sec => 28m
|
||||||
class BLACKMISC_EXPORT CElevationPlane :
|
class BLACKMISC_EXPORT CElevationPlane :
|
||||||
public CCoordinateGeodetic,
|
public CCoordinateGeodetic,
|
||||||
|
public Mixin::MetaType<CElevationPlane>,
|
||||||
public Mixin::String<CElevationPlane>
|
public Mixin::String<CElevationPlane>
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
//! Base type
|
//! Base type
|
||||||
using base_type = CCoordinateGeodetic;
|
using base_type = CCoordinateGeodetic;
|
||||||
|
|
||||||
|
BLACKMISC_DECLARE_USING_MIXIN_METATYPE(CElevationPlane)
|
||||||
BLACKMISC_DECLARE_USING_MIXIN_STRING(CElevationPlane)
|
BLACKMISC_DECLARE_USING_MIXIN_STRING(CElevationPlane)
|
||||||
|
|
||||||
//! Properties by index
|
//! Properties by index
|
||||||
|
|||||||
Reference in New Issue
Block a user