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

Method clearContents

src/plugins/reversedebug/taskwindow.cpp:277–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277void 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
286void TaskWindow::visibilityChanged(bool visible)
287{

Callers 4

resetUIMethod · 0.45
updateInstalledMethod · 0.45
updateRepositoryMethod · 0.45
updateRunningMethod · 0.45

Calls 2

clearTasksMethod · 0.45
setTextMethod · 0.45

Tested by

no test coverage detected