MCPcopy Create free account
hub / github.com/CasparCG/client / executeLoad

Method executeLoad

src/Widgets/MainWindow.cpp:363–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361}
362
363void MainWindow::executeLoad()
364{
365 EventManager::getInstance().fireExecutePlayoutCommandEvent(ExecutePlayoutCommandEvent(QEvent::KeyPress, Qt::Key_F3, Qt::NoModifier));
366}
367
368void MainWindow::executePause()
369{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected