Home
last modified time | relevance | path

Searched refs:batchesTask (Results 1 – 1 of 1) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dbatches.cpp983 TFarmTask *batchesTask = getTask(batchesTaskId); in update() local
984 TFarmTask farmTask = *batchesTask; in update()
986 if (batchesTask) { in update()
987 QString batchesTaskParentId = batchesTask->m_parentId; in update()
989 int chunkSize = batchesTask->m_chunkSize; in update()
990 *batchesTask = farmTask; in update()
991 batchesTask->m_chunkSize = chunkSize; in update()
992 batchesTask->m_id = batchesTaskId; in update()
993 batchesTask->m_parentId = batchesTaskParentId; in update()