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

Method openTask

src/plugins/reversedebug/taskwindow.cpp:571–577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

569}
570
571void TaskWindow::openTask(unsigned int id)
572{
573 int sourceRow = d->taskModel->rowForId(id);
574 QModelIndex sourceIdx = d->taskModel->index(sourceRow, 0);
575 QModelIndex filterIdx = d->filter->mapFromSource(sourceIdx);
576 triggerDefaultHandler(filterIdx);
577}
578
579void TaskWindow::clearTasks(const QString &categoryId)
580{

Callers

nothing calls this directly

Calls 3

rowForIdMethod · 0.80
mapFromSourceMethod · 0.80
indexMethod · 0.45

Tested by

no test coverage detected