summaryrefslogtreecommitdiffstats
path: root/src/contacts/qcontactdetail.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/contacts/qcontactdetail.h')
-rw-r--r--src/contacts/qcontactdetail.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/contacts/qcontactdetail.h b/src/contacts/qcontactdetail.h
index f3ccef6c3..9ad3d2d87 100644
--- a/src/contacts/qcontactdetail.h
+++ b/src/contacts/qcontactdetail.h
@@ -200,7 +200,7 @@ private:
#endif
};
-Q_CONTACTS_EXPORT uint qHash(const QContactDetail& key);
+Q_CONTACTS_EXPORT size_t qHash(const QContactDetail& key);
#ifndef QT_NO_DEBUG_STREAM
Q_CONTACTS_EXPORT QDebug operator<<(QDebug dbg, const QContactDetail& detail);
#endif