* @brief Write all remaining data & close the output file. */
| 537 | * @brief Write all remaining data & close the output file. |
| 538 | */ |
| 539 | void 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. |