| 275 | } |
| 276 | |
| 277 | void TaskWindow::clearContents() |
| 278 | { |
| 279 | // clear all tasks in all displays |
| 280 | // Yeah we are that special |
| 281 | d->taskModel->clearTasks(); |
| 282 | d->eventLabel->setText(STR_CURRENT_EVENT + QLatin1String("...]")); |
| 283 | emit tasksCleared(); |
| 284 | } |
| 285 | |
| 286 | void TaskWindow::visibilityChanged(bool visible) |
| 287 | { |
no test coverage detected