src/objecttypes/errorline.h

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

mercurial