Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2042
void MainWindow::on_actionReportBug_triggered()
2043
{
2044
DesktopServices::openUrl(QUrl(BuildConfig.BUG_TRACKER_URL));
2045
}
2046
2047
void MainWindow::on_actionOpenWiki_triggered()
2048
{
Callers
nothing calls this directly
Calls
2
openUrl
Function · 0.85
QUrl
Class · 0.85
Tested by
no test coverage detected