src/basics.h

changeset 996
9ecc878c7dea
parent 978
4603d8fd063e
equal deleted inserted replaced
995:7986584e7498 996:9ecc878c7dea
72 72
73 bool operator< (const Vertex& other) const; 73 bool operator< (const Vertex& other) const;
74 double operator[] (Axis ax) const; 74 double operator[] (Axis ax) const;
75 }; 75 };
76 76
77 unsigned int qHash (const Vertex& vertex);
77 Q_DECLARE_METATYPE (Vertex) 78 Q_DECLARE_METATYPE (Vertex)
78 79
79 // 80 //
80 // A mathematical 3 x 3 matrix 81 // A mathematical 3 x 3 matrix
81 // 82 //

mercurial