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

Method accept

launcher/ui/dialogs/ResourceDownloadDialog.cpp:85–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85void ResourceDownloadDialog::accept()
86{
87 if (!geometrySaveKey().isEmpty())
88 APPLICATION->settings()->set(geometrySaveKey(), saveGeometry().toBase64());
89
90 QDialog::accept();
91}
92
93void ResourceDownloadDialog::reject()
94{

Callers 1

confirmMethod · 0.95

Calls 3

isEmptyMethod · 0.45
setMethod · 0.45
settingsMethod · 0.45

Tested by

no test coverage detected