messed up the operator
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
namespace std {
|
namespace std {
|
||||||
|
|
||||||
#if QT_VERSION >= QT_VERSION_CHECK(5, 14, 0)
|
#if QT_VERSION < QT_VERSION_CHECK(5, 14, 0)
|
||||||
template <>
|
template <>
|
||||||
struct hash<QString> {
|
struct hash<QString> {
|
||||||
std::size_t operator()(const QString &s) const
|
std::size_t operator()(const QString &s) const
|
||||||
|
|||||||
Reference in New Issue
Block a user