| 236 | } |
| 237 | |
| 238 | void EncodeWindow::slotDefault() |
| 239 | { |
| 240 | context->config.ffmpegoptions = ffmpegOptions->text().toStdString(); |
| 241 | context->config.saveDefaultFfmpeg(context->gamepath); |
| 242 | } |
| 243 | |
| 244 | void EncodeWindow::slotBrowseEncodePath() |
| 245 | { |
nothing calls this directly
no test coverage detected