| 658 | } |
| 659 | |
| 660 | void MacroActionSourceEdit::SelectionChanged(const TempVariableRef &var) |
| 661 | { |
| 662 | GUARD_LOADING_AND_LOCK(); |
| 663 | _entryData->_tempVar = var; |
| 664 | IncrementTempVarInUseGeneration(); |
| 665 | } |
| 666 | |
| 667 | void MacroActionSourceEdit::SettingsInputMethodChanged(int idx) |
| 668 | { |
nothing calls this directly
no test coverage detected