MCPcopy Create free account
hub / github.com/ElyPrismLauncher/Launcher / removeResource

Method removeResource

launcher/ui/dialogs/ResourceDownloadDialog.cpp:235–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235void ResourceDownloadDialog::removeResource(const QString& pack_name)
236{
237 for (auto page : m_container->getPages()) {
238 static_cast<ResourcePage*>(page)->removeResourceFromPage(pack_name);
239 }
240 setButtonStatus();
241}
242
243void ResourceDownloadDialog::setButtonStatus()
244{

Callers 1

Calls 2

getPagesMethod · 0.45

Tested by

no test coverage detected