diff options
| author | Jordan Wiens <github@psifertex.com> | 2025-12-20 00:02:39 -0500 |
|---|---|---|
| committer | Jordan Wiens <github@psifertex.com> | 2025-12-20 00:02:39 -0500 |
| commit | f42a196a21006602b2cc4b1647c2b8189b50b84e (patch) | |
| tree | 41ab203cd955a6bf27b9e4b0c47ccc62c37a02cb /examples/triage | |
| parent | 0282141c9b70ca8288a9e434e3b78fcfe2d6343b (diff) | |
fix regression that prevented backing up from triage view
Diffstat (limited to 'examples/triage')
| -rw-r--r-- | examples/triage/entry.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/triage/entry.cpp b/examples/triage/entry.cpp index 98e5cff9..addb5960 100644 --- a/examples/triage/entry.cpp +++ b/examples/triage/entry.cpp @@ -224,9 +224,6 @@ bool EntryTreeView::canCopySelection() const void EntryTreeView::entrySelected(const QModelIndex& cur, const QModelIndex&) { - FunctionRef func = m_model->getEntry(cur); - if (func) - m_view->setCurrentOffset(func->GetStart()); } |
