MCPcopy Create free account
hub / github.com/clementgallet/libTAS / slotGamePathChanged

Method slotGamePathChanged

src/program/ui/MainWindow.cpp:1244–1256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1242}
1243
1244void MainWindow::slotGamePathChanged()
1245{
1246 /* Save the previous config */
1247 context->config.save(context->gamepath);
1248
1249 context->gamepath = gamePath->currentText().toStdString();
1250
1251 if (!updateGamePathAvailability()) {
1252 return;
1253 }
1254
1255 applyGamePathConfig();
1256}
1257
1258void MainWindow::reloadConfiguredWindows()
1259{

Callers

nothing calls this directly

Calls 1

saveMethod · 0.45

Tested by

no test coverage detected