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

Method stateLoad

gui/qt/mainwindow.cpp:2838–2842  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2836}
2837
2838void MainWindow::stateLoad() {
2839 int row = stateGet(sender(), SLOT_LOAD_COL);
2840 QString path = ui->slotView->item(row, SLOT_EDIT_COL)->data(Qt::UserRole).toString();
2841 stateFromPath(path);
2842}
2843
2844const char *MainWindow::m_varExtensions[] = {
2845 "8xn", // 00

Callers

nothing calls this directly

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected