157:869fe95c4e5e | 158:5bd755eaa5a8 |
---|---|
54 QString ldraw::MetaCommand::toLDrawCode() const | 54 QString ldraw::MetaCommand::toLDrawCode() const |
55 { | 55 { |
56 return "0 " + this->storedText; | 56 return "0 " + this->storedText; |
57 } | 57 } |
58 | 58 |
59 QString ldraw::MetaCommand::iconName() const | |
60 { | |
61 return ":/icons/chatbubble-ellipses-outline.png"; | |
62 } | |
63 |