summaryrefslogtreecommitdiffstats
path: root/src/organizer/qorganizerrecurrencerule.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/organizer/qorganizerrecurrencerule.h')
-rw-r--r--src/organizer/qorganizerrecurrencerule.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/organizer/qorganizerrecurrencerule.h b/src/organizer/qorganizerrecurrencerule.h
index 2e36b73db..c80ce70fb 100644
--- a/src/organizer/qorganizerrecurrencerule.h
+++ b/src/organizer/qorganizerrecurrencerule.h
@@ -131,13 +131,13 @@ private:
};
//hash functions
-Q_ORGANIZER_EXPORT uint qHash(const QOrganizerRecurrenceRule &rule);
+Q_ORGANIZER_EXPORT size_t qHash(const QOrganizerRecurrenceRule &rule);
#ifndef QT_NO_DEBUG_STREAM
Q_ORGANIZER_EXPORT QDebug operator<<(QDebug dbg, const QOrganizerRecurrenceRule &rule);
#endif // QT_NO_DEBUG_STREAM
-inline uint qHash(QOrganizerRecurrenceRule::Month month)
+inline size_t qHash(QOrganizerRecurrenceRule::Month month)
{
return static_cast<uint>(month);
}