Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
PasteWizardPage::PasteWizardPage(QWidget *parent) :
8
BaseWizardPage(parent),
9
ui(new Ui::PasteWizardPage)
10
{
11
ui->setupUi(this);
12
}
13
14
PasteWizardPage::~PasteWizardPage()
15
{
Callers
nothing calls this directly
Calls
1
setupUi
Method · 0.45
Tested by
no test coverage detected