mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
Fixed value cache registerMetadata
(MS/KB slack)
This commit is contained in:
committed by
Mathew Sutcliffe
parent
f448d50e29
commit
4d4d6fcdc9
@@ -43,6 +43,9 @@ namespace BlackMisc
|
||||
//! Discard timestamps and return as variant map.
|
||||
CVariantMap toVariantMap() const;
|
||||
|
||||
//! \copydoc CValueObject::registerMetadata`
|
||||
static void registerMetadata();
|
||||
|
||||
//! \private Iterator behaves like a CVariantMap::const_iterator with an additional timestamp() method.
|
||||
struct const_iterator : public CDictionary::const_iterator
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user