Fix missing metatype for CElevationPlane (fixes dbus signals and slots)

This commit is contained in:
Mat Sutcliffe
2020-07-17 00:08:18 +01:00
parent 94eaa1af17
commit 022a5b2cd3

View File

@@ -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