1
0
Fork 0

switch back to better rtu

This commit is contained in:
AzuLX 2026-01-11 18:24:17 +00:00
parent 02f5e6e0f4
commit e0a994a66c
No known key found for this signature in database
GPG Key ID: BED7E7DC23A637BC
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ MainWindow::MainWindow(QWidget* parent)
makeCommandAction(ui->actioneStepInto, "eStepInto");
makeCommandAction(ui->actioneRun, "eRun");
makeCommandAction(ui->actioneRtr, "eRtr");
makeCommandAction(ui->actionRtu, "TraceOverConditional mod.user(cip)");
makeCommandAction(ui->actionRtu, "rtu");
connect(ui->actionTicnd, SIGNAL(triggered()), this, SLOT(execTicnd()));
connect(ui->actionTocnd, SIGNAL(triggered()), this, SLOT(execTocnd()));
connect(ui->actionTRBit, SIGNAL(triggered()), mCpuWidget->getDisasmWidget(), SLOT(traceCoverageBitSlot()));