Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1413
void MainWindow::slotSaveState(QAction *action)
1414
{
1415
int hotkey_type = action->data().toInt();
1416
context->hotkey_pressed_queue.push(hotkey_type);
1417
}
1418
1419
void MainWindow::slotMovieEnable(bool checked)
1420
{
Callers
nothing calls this directly
Calls
2
data
Method · 0.45
push
Method · 0.45
Tested by
no test coverage detected