MCPcopy Create free account
hub / github.com/alpha-liu-01/SpeedyNote / ExportQueueManager

Method ExportQueueManager

source/batch/ExportQueueManager.cpp:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28// ============================================================================
29
30ExportQueueManager::ExportQueueManager(QObject* parent)
31 : QObject(parent)
32{
33 // Worker thread created on demand
34}
35
36ExportQueueManager::~ExportQueueManager()
37{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected