src/linetypes/errorline.h

changeset 77
028798a72591
parent 35
98906a94732f
child 86
4bec0525ef1b
equal deleted inserted replaced
76:7c4a63a02632 77:028798a72591
15 Property property, 15 Property property,
16 const QVariant& value) override; 16 const QVariant& value) override;
17 QString textRepresentation() const override; 17 QString textRepresentation() const override;
18 QBrush textRepresentationForeground() const override; 18 QBrush textRepresentationForeground() const override;
19 QBrush textRepresentationBackground() const override; 19 QBrush textRepresentationBackground() const override;
20 private:
21 QString text; 20 QString text;
22 QString message; 21 QString message;
23 }; 22 };

mercurial