* @brief Clears the activity log. */
| 331 | * @brief Clears the activity log. |
| 332 | */ |
| 333 | void IO::FileTransmission::clearLog() |
| 334 | { |
| 335 | m_logEntries.clear(); |
| 336 | Q_EMIT logChanged(); |
| 337 | } |
| 338 | |
| 339 | /** |
| 340 | * @brief Stops/pauses the current transmission. |