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

Method on_actionReportBug_triggered

launcher/ui/MainWindow.cpp:2042–2045  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2040}
2041
2042void MainWindow::on_actionReportBug_triggered()
2043{
2044 DesktopServices::openUrl(QUrl(BuildConfig.BUG_TRACKER_URL));
2045}
2046
2047void MainWindow::on_actionOpenWiki_triggered()
2048{

Callers

nothing calls this directly

Calls 2

openUrlFunction · 0.85
QUrlClass · 0.85

Tested by

no test coverage detected