From 375aa221eba943d96c4d6e007d9f8894acd03852 Mon Sep 17 00:00:00 2001 From: fourtf Date: Thu, 3 Oct 2019 10:13:49 +0200 Subject: [PATCH] messed up the operator --- src/util/QStringHash.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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