mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
refs #494 Value class CValueCachePacket is a packet of cache value changes with timestamps.
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
#include "namevariantpairlist.h"
|
||||
#include "variantlist.h"
|
||||
#include "variantmap.h"
|
||||
#include "valuecache.h"
|
||||
#include "rgbcolor.h"
|
||||
#include "countrylist.h"
|
||||
#include "statusmessagelist.h"
|
||||
@@ -71,6 +72,7 @@ void BlackMisc::registerMetadata()
|
||||
CVariant::registerMetadata();
|
||||
CVariantList::registerMetadata();
|
||||
CVariantMap::registerMetadata();
|
||||
CValueCachePacket::registerMetadata();
|
||||
CPropertyIndex::registerMetadata();
|
||||
CPropertyIndexList::registerMetadata();
|
||||
CPropertyIndexVariantMap::registerMetadata();
|
||||
|
||||
Reference in New Issue
Block a user