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

Method ErrorFrame

launcher/ui/widgets/ErrorFrame.cpp:30–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30ErrorFrame::ErrorFrame(QWidget *parent) :
31 QFrame(parent),
32 ui(new Ui::ErrorFrame)
33{
34 ui->setupUi(this);
35 ui->label_Description->setHidden(true);
36 ui->label_Title->setHidden(true);
37 updateHiddenState();
38}
39
40ErrorFrame::~ErrorFrame()
41{

Callers

nothing calls this directly

Calls 1

setupUiMethod · 0.45

Tested by

no test coverage detected