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

Method CustomCommands

launcher/ui/widgets/CustomCommands.cpp:9–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7}
8
9CustomCommands::CustomCommands(QWidget* parent):
10 QWidget(parent),
11 ui(new Ui::CustomCommands)
12{
13 ui->setupUi(this);
14}
15
16void CustomCommands::initialize(bool checkable, bool checked, const QString& prelaunch, const QString& wrapper, const QString& postexit)
17{

Callers

nothing calls this directly

Calls 1

setupUiMethod · 0.45

Tested by

no test coverage detected