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

Method accept

launcher/ui/dialogs/ModDownloadDialog.cpp:122–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122void ModDownloadDialog::accept()
123{
124 APPLICATION->settings()->set("ModDownloadGeometry", saveGeometry().toBase64());
125 QDialog::accept();
126}
127
128QList<BasePage*> ModDownloadDialog::getPages()
129{

Callers 1

confirmMethod · 0.95

Calls 2

setMethod · 0.45
settingsMethod · 0.45

Tested by

no test coverage detected