src/objecttypes/edge.h

changeset 6
73e448b2943d
parent 3
55a55a9ec2c2
child 8
44679e468ba9
--- a/src/objecttypes/edge.h	Thu Oct 03 11:45:44 2019 +0300
+++ b/src/objecttypes/edge.h	Thu Oct 03 23:44:28 2019 +0300
@@ -17,6 +17,7 @@
 	SetPropertyResult setProperty(
 		Property property,
 		const QVariant& value) override;
+	QString textRepresentation() const override;
 private:
 	Vertex point_1 = {};
 	Vertex point_2 = {};

mercurial