mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 11:25:33 +08:00
refs #413 Macros to ease the task of disambiguating inherited members when using mixins in an inheritance hierarchy.
This commit is contained in:
@@ -30,13 +30,7 @@ namespace BlackMisc
|
||||
//! Base type
|
||||
using base_type = CModulator<CNavSystem>;
|
||||
|
||||
using Mixin::MetaType<CNavSystem>::registerMetadata;
|
||||
using Mixin::MetaType<CNavSystem>::getMetaTypeId;
|
||||
using Mixin::MetaType<CNavSystem>::isA;
|
||||
using Mixin::MetaType<CNavSystem>::toCVariant;
|
||||
using Mixin::MetaType<CNavSystem>::toQVariant;
|
||||
using Mixin::MetaType<CNavSystem>::convertFromCVariant;
|
||||
using Mixin::MetaType<CNavSystem>::convertFromQVariant;
|
||||
BLACKMISC_DECLARE_USING_MIXIN_METATYPE(CNavSystem)
|
||||
|
||||
//! Default constructor
|
||||
CNavSystem() = default;
|
||||
|
||||
Reference in New Issue
Block a user