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

Method updateTimeline

src/plugins/reversedebug/taskwindow.cpp:373–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371}
372
373void TaskWindow::updateTimeline(void *timeline, int count)
374{
375 d->timeline->setData(this, timeline, count);
376
377 if (!timeline || !count) {
378 d->taskModel->clearTasks();
379 d->eventLabel->setText(STR_CURRENT_EVENT + QLatin1String("...]"));
380 }
381}
382
383static bool get_range(const QString& range, int* begin, int* end)
384{

Callers 2

replayMinidumpMethod · 0.80
unloadMinidumpMethod · 0.80

Calls 3

setDataMethod · 0.45
clearTasksMethod · 0.45
setTextMethod · 0.45

Tested by

no test coverage detected