mirror of https://github.com/AxioDL/amuse.git
Remove redefinition of hash<QString>
This commit is contained in:
parent
c27bb5c435
commit
b14b091f70
|
@ -48,10 +48,3 @@ QString ShowInGraphicalShellString();
|
||||||
|
|
||||||
/* Used for generating transform matrices to map SVG coordinate space */
|
/* Used for generating transform matrices to map SVG coordinate space */
|
||||||
QTransform RectToRect(const QRectF& from, const QRectF& to);
|
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
|
|
||||||
|
|
Loading…
Reference in New Issue