131:e2080ac44039 | 132:488d0ba6070b |
---|---|
39 | 39 |
40 QBrush ldraw::ErrorLine::textRepresentationBackground() const | 40 QBrush ldraw::ErrorLine::textRepresentationBackground() const |
41 { | 41 { |
42 return QBrush{Qt::red}; | 42 return QBrush{Qt::red}; |
43 } | 43 } |
44 | |
45 ldraw::Object::Type ldraw::ErrorLine::typeIdentifier() const | |
46 { | |
47 return Type::ErrorLine; | |
48 } |