mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 23:45:35 +08:00
refs #247 All our value classes registered with our new custom metatype system.
This commit is contained in:
@@ -28,6 +28,7 @@ namespace BlackMisc
|
||||
qDBusRegisterMetaType<BlackMisc::CCollection<CIcon>>();
|
||||
qRegisterMetaType<CIconList>();
|
||||
qDBusRegisterMetaType<CIconList>();
|
||||
registerMetaValueType<CIconList>();
|
||||
}
|
||||
|
||||
const CIconList &CIconList::allIcons()
|
||||
|
||||
Reference in New Issue
Block a user