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

Method CustomCommands

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

setupUiMethod · 0.45

Tested by

no test coverage detected