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

Method on_actionConfig_Folder_triggered

launcher/ui/MainWindow.cpp:1969–1976  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1967}
1968
1969void MainWindow::on_actionConfig_Folder_triggered()
1970{
1971 if (m_selectedInstance)
1972 {
1973 QString str = m_selectedInstance->instanceConfigFolder();
1974 DesktopServices::openPath(QDir(str).absolutePath());
1975 }
1976}
1977
1978void MainWindow::checkForUpdates()
1979{

Callers

nothing calls this directly

Calls 3

openPathFunction · 0.85
QDirClass · 0.50
instanceConfigFolderMethod · 0.45

Tested by

no test coverage detected