summaryrefslogtreecommitdiff
path: root/tests/auto/geotestplugin/qplacemanagerengine_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/geotestplugin/qplacemanagerengine_test.h')
-rw-r--r--tests/auto/geotestplugin/qplacemanagerengine_test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/geotestplugin/qplacemanagerengine_test.h b/tests/auto/geotestplugin/qplacemanagerengine_test.h
index 0c707b65..45f52a2c 100644
--- a/tests/auto/geotestplugin/qplacemanagerengine_test.h
+++ b/tests/auto/geotestplugin/qplacemanagerengine_test.h
@@ -56,7 +56,7 @@
QT_BEGIN_NAMESPACE
-inline uint qHash(const QPlaceCategory &category)
+inline size_t qHash(const QPlaceCategory &category)
{
return qHash(QUuid(category.categoryId().toLatin1()));
}