mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
messed up the operator
This commit is contained in:
parent
033c97e85d
commit
375aa221eb
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue