| 28 | // ============================================================================ |
| 29 | |
| 30 | ExportQueueManager::ExportQueueManager(QObject* parent) |
| 31 | : QObject(parent) |
| 32 | { |
| 33 | // Worker thread created on demand |
| 34 | } |
| 35 | |
| 36 | ExportQueueManager::~ExportQueueManager() |
| 37 | { |
nothing calls this directly
no outgoing calls
no test coverage detected