1243:0fb1d3d17b60 | 1244:68e126e8c629 |
---|---|
113 LDColor m_color; | 113 LDColor m_color; |
114 QColor m_randomColor; | 114 QColor m_randomColor; |
115 Vertex m_coords[4]; | 115 Vertex m_coords[4]; |
116 }; | 116 }; |
117 | 117 |
118 Q_DECLARE_METATYPE(LDObject*) | |
119 | |
118 /* | 120 /* |
119 * Base class for objects with matrices. | 121 * Base class for objects with matrices. |
120 */ | 122 */ |
121 class LDMatrixObject : public LDObject | 123 class LDMatrixObject : public LDObject |
122 { | 124 { |