18#include "moc_qgschunkqueuejob.cpp"
22QgsChunkQueueJob::QgsChunkQueueJob( QgsChunkNode *node )
25 connect(
this, &QgsChunkQueueJob::finished,
this, [
this]() { mFinished =
true; } );
28void QgsChunkQueueJob::cancel()
33bool QgsChunkQueueJob::isFinished()
const