Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
85
void ResourceDownloadDialog::accept()
86
{
87
if (!geometrySaveKey().isEmpty())
88
APPLICATION->settings()->set(geometrySaveKey(), saveGeometry().toBase64());
89
90
QDialog::accept();
91
}
92
93
void ResourceDownloadDialog::reject()
94
{
Callers
1
confirm
Method · 0.95
Calls
3
isEmpty
Method · 0.45
set
Method · 0.45
settings
Method · 0.45
Tested by
no test coverage detected