mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
Ref T552 Register value classes with qRegisterMetaTypeStreamOperators.
This commit is contained in:
@@ -26,6 +26,8 @@ namespace BlackMisc
|
||||
Mixin::MetaType<CComSystem>::registerMetadata();
|
||||
qDBusRegisterMetaType<ChannelSpacing>();
|
||||
qDBusRegisterMetaType<ComUnit>();
|
||||
qRegisterMetaTypeStreamOperators<ChannelSpacing>();
|
||||
qRegisterMetaTypeStreamOperators<ComUnit>();
|
||||
}
|
||||
|
||||
void CComSystem::setFrequencyActiveMHz(double frequencyMHz)
|
||||
|
||||
Reference in New Issue
Block a user