mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 02:35: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:
@@ -31,13 +31,7 @@ namespace BlackMisc
|
||||
//! Base type
|
||||
using base_type = CModulator<CAdfSystem>;
|
||||
|
||||
using Mixin::MetaType<CAdfSystem>::registerMetadata;
|
||||
using Mixin::MetaType<CAdfSystem>::getMetaTypeId;
|
||||
using Mixin::MetaType<CAdfSystem>::isA;
|
||||
using Mixin::MetaType<CAdfSystem>::toCVariant;
|
||||
using Mixin::MetaType<CAdfSystem>::toQVariant;
|
||||
using Mixin::MetaType<CAdfSystem>::convertFromCVariant;
|
||||
using Mixin::MetaType<CAdfSystem>::convertFromQVariant;
|
||||
BLACKMISC_DECLARE_USING_MIXIN_METATYPE(CAdfSystem)
|
||||
|
||||
//! Default constructor
|
||||
CAdfSystem() = default;
|
||||
|
||||
Reference in New Issue
Block a user