messed up the operator
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user