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

Method openAll

launcher/ui/dialogs/BlockedModsDialog.cpp:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24void BlockedModsDialog::openAll() {
25 for(auto &url : urls) {
26 QDesktopServices::openUrl(url);
27 }
28}

Callers

nothing calls this directly

Calls 1

openUrlFunction · 0.85

Tested by

no test coverage detected