@ -53,6 +53,7 @@ inline QSet<T> listToSet(QList<T> &&list)
return rv;
}
#if QT_VERSION < QT_VERSION_CHECK(5, 14, 0)
namespace std {
template<>
struct hash<QString> {
@ -62,5 +63,6 @@ struct hash<QString> {
};
#endif