* @brief Clears all input and output fields. */
| 133 | * @brief Clears all input and output fields. |
| 134 | */ |
| 135 | void DataModel::TransmitTestDialog::clear() |
| 136 | { |
| 137 | m_userInput->clear(); |
| 138 | m_rawOutput->clear(); |
| 139 | m_hexOutput->clear(); |
| 140 | m_byteCountLabel->clear(); |
| 141 | } |
| 142 | |
| 143 | /** |
| 144 | * @brief Compiles and runs the transmit function with the user's input value. |
no outgoing calls
no test coverage detected