157:869fe95c4e5e | 158:5bd755eaa5a8 |
---|---|
136 this->transformation[1][2], | 136 this->transformation[1][2], |
137 this->transformation[2][2], | 137 this->transformation[2][2], |
138 this->referenceName); | 138 this->referenceName); |
139 return result; | 139 return result; |
140 } | 140 } |
141 | |
142 QString ldraw::SubfileReference::iconName() const | |
143 { | |
144 return ":/icons/linetype-subfile.png"; | |
145 } |