MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / on_actionViewInstanceFolder_triggered

Method on_actionViewInstanceFolder_triggered

launcher/ui/MainWindow.cpp:1195–1199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1193}
1194
1195void MainWindow::on_actionViewInstanceFolder_triggered()
1196{
1197 QString str = APPLICATION->settings()->get("InstanceDir").toString();
1198 DesktopServices::openPath(str);
1199}
1200
1201void MainWindow::on_actionViewCentralModsFolder_triggered()
1202{

Callers

nothing calls this directly

Calls 4

openPathFunction · 0.85
toStringMethod · 0.45
getMethod · 0.45
settingsMethod · 0.45

Tested by

no test coverage detected