Remove redefinition of hash<QString>

This commit is contained in:
Luke Street 2020-01-17 20:03:52 -05:00
parent c27bb5c435
commit b14b091f70
1 changed files with 0 additions and 7 deletions

View File

@ -48,10 +48,3 @@ QString ShowInGraphicalShellString();
/* Used for generating transform matrices to map SVG coordinate space */
QTransform RectToRect(const QRectF& from, const QRectF& to);
namespace std {
template <>
struct hash<QString> {
std::size_t operator()(const QString& s) const noexcept { return qHash(s); }
};
} // namespace std