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

Method removeResource

launcher/ui/dialogs/ResourceDownloadDialog.cpp:224–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224void ResourceDownloadDialog::removeResource(const QString& pack_name)
225{
226 for (auto page : m_container->getPages()) {
227 static_cast<ResourcePage*>(page)->removeResourceFromPage(pack_name);
228 }
229 setButtonStatus();
230}
231
232void ResourceDownloadDialog::setButtonStatus()
233{

Callers 1

Calls 2

getPagesMethod · 0.45

Tested by

no test coverage detected