Fix build with Qt 5.14
ClosedPublic

Authored by heikobecker on Nov 17 2019, 5:50 PM.

Details

Reviewers
vkrause
Group Reviewers
KDE PIM
Commits
R165:1d4bb01a6054: Fix build with Qt 5.14
Summary

std::hash<QString> is already specialized in Qt 5.14 [1], so we need
to avoid redifining it with this version.

[1] 4469e36d7203a55a4e158a50f0e9effc3f2fa3c2 in qtbase.git

Test Plan

Builds fine with Qt 5.14.0-beta3

Diff Detail

Repository
R165 Akonadi
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
heikobecker created this revision.Nov 17 2019, 5:50 PM
Restricted Application added a project: KDE PIM. · View Herald TranscriptNov 17 2019, 5:50 PM
Restricted Application added a subscriber: kde-pim. · View Herald Transcript
heikobecker requested review of this revision.Nov 17 2019, 5:50 PM
vkrause accepted this revision.Nov 17 2019, 5:59 PM
This revision is now accepted and ready to land.Nov 17 2019, 5:59 PM
This revision was automatically updated to reflect the committed changes.