Fixed value cache registerMetadata

(MS/KB slack)
This commit is contained in:
Klaus Basan
2015-11-13 00:49:12 +01:00
committed by Mathew Sutcliffe
parent f448d50e29
commit 4d4d6fcdc9
2 changed files with 8 additions and 0 deletions

View File

@@ -60,6 +60,11 @@ namespace BlackMisc
return result;
}
void CValueCachePacket::registerMetadata()
{
MetaType::registerMetadata();
qDBusRegisterMetaType<value_type>();
}
////////////////////////////////
// CValueCache