| 529 | } |
| 530 | |
| 531 | void |
| 532 | ProgressPanel::doProgressOnMainThread(const ProgressTaskInfoPtr& task, |
| 533 | double progress) |
| 534 | { |
| 535 | task->updateProgressBar(progress, progress); |
| 536 | } |
| 537 | |
| 538 | bool |
| 539 | ProgressPanel::updateTask(const NodePtr& node, |
nothing calls this directly
no test coverage detected