mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
refs #314, calculcate hash for QList<int>
This commit is contained in:
@@ -141,6 +141,9 @@ namespace BlackMisc
|
||||
*/
|
||||
uint calculateHash(const QList<uint> &values, const char *className);
|
||||
|
||||
//! Hash value, but with int list
|
||||
uint calculateHash(const QList<int> &values, const char *className);
|
||||
|
||||
//! Real heap size of an object
|
||||
size_t heapSizeOf(const QMetaType &type);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user