* @brief Stores the schema template frame; must run on the worker thread (queued invoke) so * the assignment never races processItems() or closeResources(). */
| 193 | * the assignment never races processItems() or closeResources(). |
| 194 | */ |
| 195 | void MDF4::ExportWorker::setTemplateFrame(const DataModel::Frame& frame) |
| 196 | { |
| 197 | m_templateFrame = frame; |
| 198 | } |
| 199 | |
| 200 | /** |
| 201 | * @brief Sanitizes a frame title for use as a directory name. |
no outgoing calls
no test coverage detected