| 179 | |
| 180 | |
| 181 | void EntryTreeView::entrySelected(const QModelIndex& cur, const QModelIndex&) |
| 182 | { |
| 183 | FunctionRef func = m_model->getEntry(cur); |
| 184 | if (func) |
| 185 | m_view->setCurrentOffset(func->GetStart()); |
| 186 | } |
| 187 | |
| 188 | |
| 189 | void EntryTreeView::entryDoubleClicked(const QModelIndex& cur) |
nothing calls this directly
no test coverage detected