mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +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<CComSystem>;
|
||||
|
||||
using Mixin::MetaType<CComSystem>::registerMetadata;
|
||||
using Mixin::MetaType<CComSystem>::getMetaTypeId;
|
||||
using Mixin::MetaType<CComSystem>::isA;
|
||||
using Mixin::MetaType<CComSystem>::toCVariant;
|
||||
using Mixin::MetaType<CComSystem>::toQVariant;
|
||||
using Mixin::MetaType<CComSystem>::convertFromCVariant;
|
||||
using Mixin::MetaType<CComSystem>::convertFromQVariant;
|
||||
BLACKMISC_DECLARE_USING_MIXIN_METATYPE(CComSystem)
|
||||
|
||||
//! Channel spacing frequency
|
||||
enum ChannelSpacing
|
||||
|
||||
Reference in New Issue
Block a user