| 281 | } |
| 282 | |
| 283 | QString QMappingSequenceEdit::getCurrentMapKeyListText() |
| 284 | { |
| 285 | return getInstance()->ui->MappingSequenceEdit_MappingKeyListComboBox->currentText(); |
| 286 | } |
| 287 | |
| 288 | void QMappingSequenceEdit::showEvent(QShowEvent *event) |
| 289 | { |
nothing calls this directly
no outgoing calls
no test coverage detected