MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / stateSave

Method stateSave

gui/qt/mainwindow.cpp:2832–2836  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2830}
2831
2832void MainWindow::stateSave() {
2833 int row = stateGet(sender(), SLOT_SAVE_COL);
2834 QString path = ui->slotView->item(row, SLOT_EDIT_COL)->data(Qt::UserRole).toString();
2835 stateToPath(path);
2836}
2837
2838void MainWindow::stateLoad() {
2839 int row = stateGet(sender(), SLOT_LOAD_COL);

Callers

nothing calls this directly

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected