diff -r 68443f5be176 -r 44679e468ba9 src/objecttypes/edge.h --- a/src/objecttypes/edge.h Sat Oct 05 23:47:03 2019 +0300 +++ b/src/objecttypes/edge.h Sun Nov 03 12:17:41 2019 +0200 @@ -13,6 +13,7 @@ Edge() = default; Edge(const Vertex& point_1, const Vertex& point_2, const Color color_index = colors::edge); + Edge(const QVector& vertices, const Color color); QVariant getProperty(Property property) const override; SetPropertyResult setProperty( Property property,