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

Method slotMoviePathChanged

src/program/ui/MainWindow.cpp:1353–1357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1351}
1352
1353void MainWindow::slotMoviePathChanged()
1354{
1355 context->config.moviefile = moviePath->text().toStdString();
1356 updateMovieParams();
1357}
1358
1359void MainWindow::slotSaveMovie()
1360{

Callers

nothing calls this directly

Calls 1

textMethod · 0.80

Tested by

no test coverage detected