MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / ErrorFrame

Method ErrorFrame

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

setupUiMethod · 0.45

Tested by

no test coverage detected