refs #314, calculcate hash for QList<int>

This commit is contained in:
Klaus Basan
2014-08-15 22:23:18 +02:00
parent 00a89fbbd7
commit 8fd9116f28
2 changed files with 27 additions and 0 deletions

View File

@@ -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);