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

Method CustomCommands

launcher/ui/widgets/CustomCommands.cpp:44–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44CustomCommands::CustomCommands(QWidget* parent):
45 QWidget(parent),
46 ui(new Ui::CustomCommands)
47{
48 ui->setupUi(this);
49}
50
51void CustomCommands::initialize(bool checkable, bool checked, const QString& prelaunch, const QString& wrapper, const QString& postexit)
52{

Callers

nothing calls this directly

Calls 1

setupUiMethod · 0.45

Tested by

no test coverage detected