| 577 | } |
| 578 | |
| 579 | void TaskWindow::clearTasks(const QString &categoryId) |
| 580 | { |
| 581 | d->taskModel->clearTasks(categoryId); |
| 582 | |
| 583 | emit tasksChanged(); |
| 584 | emit tasksCleared(); |
| 585 | navigateStateChanged(); |
| 586 | } |
| 587 | |
| 588 | void TaskWindow::setCategoryVisibility(const QString &categoryId, bool visible) |
| 589 | { |
no outgoing calls
no test coverage detected