| 432 | } |
| 433 | |
| 434 | void RC28MappingDialog::appendButtonEvent(const QString& slotLabel, |
| 435 | const QString& actionName) |
| 436 | { |
| 437 | if (!m_log) return; |
| 438 | const QString ts = QDateTime::currentDateTime().toString("HH:mm:ss"); |
| 439 | m_log->appendPlainText( |
| 440 | QString("[%1] %2 → %3").arg(ts, slotLabel, actionName)); |
| 441 | } |
| 442 | |
| 443 | } // namespace AetherSDR |
| 444 | #endif // HAVE_HIDAPI |
no test coverage detected