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

Method ImportPage

launcher/ui/pages/modplatform/ImportPage.cpp:35–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33};
34
35ImportPage::ImportPage(NewInstanceDialog* dialog, QWidget *parent)
36 : QWidget(parent), ui(new Ui::ImportPage), dialog(dialog)
37{
38 ui->setupUi(this);
39 ui->modpackEdit->setValidator(new UrlValidator(ui->modpackEdit));
40 connect(ui->modpackEdit, &QLineEdit::textChanged, this, &ImportPage::updateState);
41}
42
43ImportPage::~ImportPage()
44{

Callers

nothing calls this directly

Calls 1

setupUiMethod · 0.45

Tested by

no test coverage detected