| 426 | } |
| 427 | |
| 428 | void MacroSegmentEdit::ShowVariableMappings(bool show) |
| 429 | { |
| 430 | _varMappingToggle->setChecked(show); |
| 431 | if (Data()) { |
| 432 | Data()->SetVarMappingExpanded(show); |
| 433 | } |
| 434 | } |
| 435 | |
| 436 | bool MacroSegmentEdit::eventFilter(QObject *obj, QEvent *ev) |
| 437 | { |
nothing calls this directly
no test coverage detected