157:869fe95c4e5e | 158:5bd755eaa5a8 |
---|---|
25 { | 25 { |
26 return utility::format( | 26 return utility::format( |
27 "2 %1 %2 %3", | 27 "2 %1 %2 %3", |
28 this->colorIndex.index, | 28 this->colorIndex.index, |
29 utility::vertexToString(this->points[0]), | 29 utility::vertexToString(this->points[0]), |
30 utility::vertexToString(this->points[1])); | 30 utility::vertexToString(this->points[1])); |
31 } | 31 } |
32 | |
33 QString ldraw::Edge::iconName() const | |
34 { | |
35 return ":/icons/linetype-edgeline.png"; | |
36 } |