src/linetypes/errorline.cpp

changeset 132
488d0ba6070b
parent 86
4bec0525ef1b
child 134
f77d2230e87c
equal deleted inserted replaced
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 }

mercurial