| 538 | } |
| 539 | |
| 540 | void TempVariableSelection::HighlightChanged(int idx) |
| 541 | { |
| 542 | auto var = _selection->itemData(idx).value<TempVariableRef>(); |
| 543 | HighlightSelection(var); |
| 544 | } |
| 545 | |
| 546 | static MacroSegment * |
| 547 | getMacroSegmentFromNestedMacro(Macro *nestedMacro, |
no outgoing calls
no test coverage detected