| 586 | } |
| 587 | |
| 588 | void TransmitModel::loadMicProfile(const QString& name) |
| 589 | { |
| 590 | emit commandReady(QString("profile mic load \"%1\"").arg(name)); |
| 591 | } |
| 592 | |
| 593 | // ── VOX commands ──────────────────────────────────────────────────────────── |
| 594 |
no outgoing calls