| 26 | #include "minecraft/mod/tasks/LocalTexturePackParseTask.h" |
| 27 | |
| 28 | void TexturePack::setDescription(QString new_description) |
| 29 | { |
| 30 | QMutexLocker locker(&m_data_lock); |
| 31 | |
| 32 | m_description = new_description; |
| 33 | } |
| 34 | |
| 35 | void TexturePack::setImage(QImage new_image) |
| 36 | { |
no outgoing calls
no test coverage detected