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

Method closeFile

app/src/MDF4/Export.cpp:539–545  ·  view source on GitHub ↗

* @brief Write all remaining data & close the output file. */

Source from the content-addressed store, hash-verified

537 * @brief Write all remaining data & close the output file.
538 */
539void MDF4::Export::closeFile()
540{
541#ifdef BUILD_COMMERCIAL
542 auto* worker = static_cast<ExportWorker*>(m_worker);
543 QMetaObject::invokeMethod(worker, "close", Qt::QueuedConnection);
544#endif
545}
546
547/**
548 * @brief Configures signal/slot connections with the modules this exporter depends on.

Callers 1

onQuitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected