diff options
Diffstat (limited to 'utils.h')
-rw-r--r-- | utils.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/utils.h b/utils.h deleted file mode 100644 index d0203f9..0000000 --- a/utils.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef UTILS_H -#define UTILS_H - -#include <functional> -#include <QHash> -#include <QString> - -namespace std { - template<> struct hash<QString> { - std::size_t operator()(const QString& s) const noexcept { - return (size_t) qHash(s); - } - }; -} - -#endif |