| 683 | } |
| 684 | |
| 685 | void QItemSetupDialog::setMappingKeyText(const QString &new_keytext) |
| 686 | { |
| 687 | if (ITEMSETUP_EDITING_KEYUPMAPPINGKEY == s_editingMappingKeyLineEdit) { |
| 688 | return getInstance()->ui->SetupDialog_MappingKey_KeyUpLineEdit->setText(new_keytext); |
| 689 | } |
| 690 | else { |
| 691 | return getInstance()->ui->SetupDialog_MappingKeyLineEdit->setText(new_keytext); |
| 692 | } |
| 693 | } |
| 694 | |
| 695 | void QItemSetupDialog::setMappingKeyLineEditText(const QString &keytext) |
| 696 | { |
nothing calls this directly
no outgoing calls
no test coverage detected