src/linetypes/conditionaledge.h

changeset 141
185eb297dc1e
parent 132
488d0ba6070b
child 158
5bd755eaa5a8
equal deleted inserted replaced
140:2f383e88acf4 141:185eb297dc1e
10 { 10 {
11 public: 11 public:
12 using PolygonObject<4>::PolygonObject; 12 using PolygonObject<4>::PolygonObject;
13 QString textRepresentation() const override; 13 QString textRepresentation() const override;
14 Type typeIdentifier() const override; 14 Type typeIdentifier() const override;
15 QString toLDrawCode() const override;
15 }; 16 };

mercurial