| 276 | } |
| 277 | |
| 278 | void QMappingSequenceEdit::setEditingMappingKeyText(const QString &new_mappingkeytext) |
| 279 | { |
| 280 | return getInstance()->ui->MappingSequenceEdit_MappingKeyLineEdit->setText(new_mappingkeytext); |
| 281 | } |
| 282 | |
| 283 | QString QMappingSequenceEdit::getCurrentMapKeyListText() |
| 284 | { |
nothing calls this directly
no outgoing calls
no test coverage detected