src/objecttypes/conditionaledge.h

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

mercurial