messed up the operator

This commit is contained in:
fourtf 2019-10-03 10:13:49 +02:00
parent 033c97e85d
commit 375aa221eb

View file

@ -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<QString> {
std::size_t operator()(const QString &s) const