src/linetypes/errorline.cpp

changeset 158
5bd755eaa5a8
parent 141
185eb297dc1e
child 177
f69d53c053df
equal deleted inserted replaced
157:869fe95c4e5e 158:5bd755eaa5a8
59 59
60 QString ldraw::ErrorLine::toLDrawCode() const 60 QString ldraw::ErrorLine::toLDrawCode() const
61 { 61 {
62 return this->text; 62 return this->text;
63 } 63 }
64
65 QString ldraw::ErrorLine::iconName() const
66 {
67 return ":/icons/linetype-errorline.png";
68 }

mercurial