| 698 | } |
| 699 | |
| 700 | void QItemSetupDialog::setMappingKey_KeyUpLineEditText(const QString &keytext) |
| 701 | { |
| 702 | return getInstance()->ui->SetupDialog_MappingKey_KeyUpLineEdit->setText(keytext); |
| 703 | } |
| 704 | |
| 705 | QString QItemSetupDialog::getCurrentOriKeyListText() |
| 706 | { |
nothing calls this directly
no outgoing calls
no test coverage detected