MCPcopy Create free account
hub / github.com/MultiMC/Launcher / on_actionViewInstanceFolder_triggered

Method on_actionViewInstanceFolder_triggered

launcher/ui/MainWindow.cpp:1603–1607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1601}
1602
1603void MainWindow::on_actionViewInstanceFolder_triggered()
1604{
1605 QString str = APPLICATION->settings()->get("InstanceDir").toString();
1606 DesktopServices::openDirectory(str);
1607}
1608
1609void MainWindow::refreshInstances()
1610{

Callers

nothing calls this directly

Calls 4

openDirectoryFunction · 0.85
toStringMethod · 0.45
getMethod · 0.45
settingsMethod · 0.45

Tested by

no test coverage detected