src/objecttypes/comment.h

changeset 6
73e448b2943d
parent 3
55a55a9ec2c2
child 8
44679e468ba9
equal deleted inserted replaced
5:593a658cba8e 6:73e448b2943d
13 Comment(QStringView text); 13 Comment(QStringView text);
14 QVariant getProperty(Property property) const override; 14 QVariant getProperty(Property property) const override;
15 SetPropertyResult setProperty( 15 SetPropertyResult setProperty(
16 Property property, 16 Property property,
17 const QVariant& value) override; 17 const QVariant& value) override;
18 QString textRepresentation() const override;
19 QFont textRepresentationFont() const override;
18 private: 20 private:
19 QString storedText = ""; 21 QString storedText = "";
20 }; 22 };

mercurial