| 1367 | } |
| 1368 | |
| 1369 | void MacroActionVariableEdit::MacroSegmentOrderChanged() |
| 1370 | { |
| 1371 | const QSignalBlocker b(_segmentIdx); |
| 1372 | _segmentIdx->SetValue(_entryData->GetSegmentIndexValue() + 1); |
| 1373 | } |
| 1374 | |
| 1375 | void MacroActionVariableEdit::SubStringStartChanged( |
| 1376 | const NumberVariable<int> &start) |
nothing calls this directly
no test coverage detected