157:869fe95c4e5e | 158:5bd755eaa5a8 |
---|---|
93 QDataStream& ldraw::Object::deserialize(QDataStream &stream) | 93 QDataStream& ldraw::Object::deserialize(QDataStream &stream) |
94 { | 94 { |
95 return stream; | 95 return stream; |
96 } | 96 } |
97 | 97 |
98 QString ldraw::Object::iconName() const | |
99 { | |
100 return ""; | |
101 } | |
102 | |
98 ldraw::ColoredObject::ColoredObject(const Color color_index) : | 103 ldraw::ColoredObject::ColoredObject(const Color color_index) : |
99 colorIndex{color_index} | 104 colorIndex{color_index} |
100 { | 105 { |
101 } | 106 } |
102 | 107 |