MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / clearLog

Method clearLog

app/src/IO/FileTransmission.cpp:333–337  ·  view source on GitHub ↗

* @brief Clears the activity log. */

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected