diff --git a/pglablib/util.h b/pglablib/util.h index fd9f510..d615288 100644 --- a/pglablib/util.h +++ b/pglablib/util.h @@ -32,14 +32,14 @@ inline std::string qvarToStdStr(const QVariant &c) namespace std { - template <> - struct hash - { - std::size_t operator()(const QString& s) const - { - return qHash(s); - } - }; +// template <> +// struct hash +// { +// std::size_t operator()(const QString& s) const +// { +// return qHash(s); +// } +// }; }