MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / clearTasks

Method clearTasks

src/plugins/reversedebug/taskwindow.cpp:579–586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

clearContentsMethod · 0.45
updateTimelineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected