diff --git a/src/util/QStringHash.hpp b/src/util/QStringHash.hpp index 968086acd..1152e76e2 100644 --- a/src/util/QStringHash.hpp +++ b/src/util/QStringHash.hpp @@ -5,7 +5,7 @@ namespace std { -#if QT_VERSION >= QT_VERSION_CHECK(5, 14, 0) +#if QT_VERSION < QT_VERSION_CHECK(5, 14, 0) template <> struct hash { std::size_t operator()(const QString &s) const