refs #247 All our value classes registered with our new custom metatype system.

This commit is contained in:
Mathew Sutcliffe
2014-11-12 19:34:36 +00:00
parent c5b463fafb
commit f52cdd596e
23 changed files with 34 additions and 1 deletions

View File

@@ -58,5 +58,6 @@ namespace BlackMisc
qDBusRegisterMetaType<BlackMisc::CCollection<CNameVariantPair>>();
qRegisterMetaType<CNameVariantPairList>();
qDBusRegisterMetaType<CNameVariantPairList>();
registerMetaValueType<CNameVariantPairList>();
}
} // namespace