mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 23:45:35 +08:00
Fixed value cache registerMetadata
(MS/KB slack)
This commit is contained in:
committed by
Mathew Sutcliffe
parent
f448d50e29
commit
4d4d6fcdc9
@@ -60,6 +60,11 @@ namespace BlackMisc
|
||||
return result;
|
||||
}
|
||||
|
||||
void CValueCachePacket::registerMetadata()
|
||||
{
|
||||
MetaType::registerMetadata();
|
||||
qDBusRegisterMetaType<value_type>();
|
||||
}
|
||||
|
||||
////////////////////////////////
|
||||
// CValueCache
|
||||
|
||||
Reference in New Issue
Block a user