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

Method slotDefault

src/program/ui/EncodeWindow.cpp:238–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238void EncodeWindow::slotDefault()
239{
240 context->config.ffmpegoptions = ffmpegOptions->text().toStdString();
241 context->config.saveDefaultFfmpeg(context->gamepath);
242}
243
244void EncodeWindow::slotBrowseEncodePath()
245{

Callers

nothing calls this directly

Calls 2

textMethod · 0.80
saveDefaultFfmpegMethod · 0.80

Tested by

no test coverage detected