* @brief Displays @a data in the console without hex formatting. */
| 795 | * @brief Displays @a data in the console without hex formatting. |
| 796 | */ |
| 797 | void Console::Handler::displayDebugData(const QString& data) |
| 798 | { |
| 799 | append(data, showTimestamp()); |
| 800 | } |
| 801 | |
| 802 | /** |
| 803 | * @brief Displays raw data from the playback path (no device routing). |