src/objecttypes/comment.h

changeset 6
73e448b2943d
parent 3
55a55a9ec2c2
child 8
44679e468ba9
--- a/src/objecttypes/comment.h	Thu Oct 03 11:45:44 2019 +0300
+++ b/src/objecttypes/comment.h	Thu Oct 03 23:44:28 2019 +0300
@@ -15,6 +15,8 @@
 	SetPropertyResult setProperty(
 		Property property,
 		const QVariant& value) override;
+	QString textRepresentation() const override;
+	QFont textRepresentationFont() const override;
 private:
 	QString storedText = "";
 };

mercurial