MCPcopy Create free account
hub / github.com/MultiMC/Launcher / MCModInfoFrame

Method MCModInfoFrame

launcher/ui/widgets/MCModInfoFrame.cpp:64–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64MCModInfoFrame::MCModInfoFrame(QWidget *parent) :
65 QFrame(parent),
66 ui(new Ui::MCModInfoFrame)
67{
68 ui->setupUi(this);
69 ui->label_ModDescription->setHidden(true);
70 ui->label_ModText->setHidden(true);
71 updateHiddenState();
72}
73
74MCModInfoFrame::~MCModInfoFrame()
75{

Callers

nothing calls this directly

Calls 1

setupUiMethod · 0.45

Tested by

no test coverage detected