summaryrefslogtreecommitdiff
path: root/src/lib/corelib/language/property.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/corelib/language/property.h')
-rw-r--r--src/lib/corelib/language/property.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/corelib/language/property.h b/src/lib/corelib/language/property.h
index 78061bf6f..302973d19 100644
--- a/src/lib/corelib/language/property.h
+++ b/src/lib/corelib/language/property.h
@@ -94,7 +94,7 @@ inline bool operator==(const Property &p1, const Property &p2)
}
bool operator<(const Property &p1, const Property &p2);
-inline uint qHash(const Property &p)
+inline auto qHash(const Property &p)
{
return QT_PREPEND_NAMESPACE(qHash)(p.productName + p.moduleName + p.propertyName);
}