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

Method PasteWizardPage

launcher/ui/setupwizard/PasteWizardPage.cpp:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include "net/PasteUpload.h"
6
7PasteWizardPage::PasteWizardPage(QWidget *parent) :
8 BaseWizardPage(parent),
9 ui(new Ui::PasteWizardPage)
10{
11 ui->setupUi(this);
12}
13
14PasteWizardPage::~PasteWizardPage()
15{

Callers

nothing calls this directly

Calls 1

setupUiMethod · 0.45

Tested by

no test coverage detected