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

Method slotSaveState

src/program/ui/MainWindow.cpp:1413–1417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1411}
1412
1413void MainWindow::slotSaveState(QAction *action)
1414{
1415 int hotkey_type = action->data().toInt();
1416 context->hotkey_pressed_queue.push(hotkey_type);
1417}
1418
1419void MainWindow::slotMovieEnable(bool checked)
1420{

Callers

nothing calls this directly

Calls 2

dataMethod · 0.45
pushMethod · 0.45

Tested by

no test coverage detected