summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qcache/tst_qcache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/tools/qcache/tst_qcache.cpp')
-rw-r--r--tests/auto/corelib/tools/qcache/tst_qcache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/corelib/tools/qcache/tst_qcache.cpp b/tests/auto/corelib/tools/qcache/tst_qcache.cpp
index af74553ab4..f122e45e87 100644
--- a/tests/auto/corelib/tools/qcache/tst_qcache.cpp
+++ b/tests/auto/corelib/tools/qcache/tst_qcache.cpp
@@ -378,7 +378,7 @@ bool operator==(const KeyType &key1, const KeyType &key2)
return key1.foo == key2.foo;
}
-uint qHash(const KeyType &key)
+size_t qHash(const KeyType &key)
{
return qHash(key.foo);
}