src/linetypes/conditionaledge.h

changeset 158
5bd755eaa5a8
parent 141
185eb297dc1e
child 177
f69d53c053df
equal deleted inserted replaced
157:869fe95c4e5e 158:5bd755eaa5a8
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 QString toLDrawCode() const override;
16 QString iconName() const override;
16 }; 17 };

mercurial