MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / setDescription

Method setDescription

launcher/minecraft/mod/TexturePack.cpp:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

processMCMetaFunction · 0.45
processPackTXTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected