| 292 | } |
| 293 | |
| 294 | QString QMacroListDialog::getCurrentMapKeyListText() |
| 295 | { |
| 296 | return getInstance()->ui->MacroList_MappingKeyListComboBox->currentText(); |
| 297 | } |
| 298 | |
| 299 | bool QMacroListDialog::isMacroDataTableFiltered() |
| 300 | { |
nothing calls this directly
no outgoing calls
no test coverage detected