MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / appendButtonEvent

Method appendButtonEvent

src/gui/RC28MappingDialog.cpp:434–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

432}
433
434void 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

Callers 2

dispatchHidActionMethod · 0.80

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected