mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 13:35:34 +08:00
Ref T658, model list utility functions (to be exposed as Js object)
This commit is contained in:
committed by
Mat Sutcliffe
parent
ef2398f6a9
commit
6eb6cea9ad
@@ -84,6 +84,9 @@ namespace BlackMisc
|
||||
//! Any object without key?
|
||||
bool containsAnyObjectWithoutKey() const;
|
||||
|
||||
//! Contains object with key?
|
||||
bool containsDbKey(KEYTYPE key) const;
|
||||
|
||||
//! From multiple JSON formats
|
||||
//! \remark supports native swift C++ format, DB format, and cache format
|
||||
static CONTAINER fromMultipleJsonFormats(const QJsonObject &jsonObject);
|
||||
|
||||
Reference in New Issue
Block a user