Fix missing dbus type registration in CValueCachePacket

This commit is contained in:
Roland Winklmeier
2016-02-12 21:13:39 +01:00
parent 0bf918cd28
commit 141efdbf43

View File

@@ -76,6 +76,7 @@ namespace BlackMisc
{
MetaType::registerMetadata();
qDBusRegisterMetaType<value_type>();
qDBusRegisterMetaType<decltype(m_inhibitions)::value_type>();
}
////////////////////////////////