summaryrefslogtreecommitdiff
path: root/examples/triage/view.h
diff options
context:
space:
mode:
authorJordan Wiens <github@psifertex.com>2025-12-18 22:38:25 -0500
committerJordan Wiens <github@psifertex.com>2025-12-18 22:38:25 -0500
commit9f9cf3a2cfb45d2e2f3b3dad704c326114df38eb (patch)
tree8120cf8bf052a87fe3bd6fcdbaf1755d02b5fa20 /examples/triage/view.h
parentf96697f42d7535d8a7ad9d66f965d295b2c2eaf0 (diff)
add go-to address support in native triage view
Diffstat (limited to 'examples/triage/view.h')
-rw-r--r--examples/triage/view.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/triage/view.h b/examples/triage/view.h
index 354091fb..e691b951 100644
--- a/examples/triage/view.h
+++ b/examples/triage/view.h
@@ -29,6 +29,9 @@ class TriageView : public QScrollArea, public View
protected:
virtual void focusInEvent(QFocusEvent* event) override;
+ private:
+ void goToAddress();
+
private Q_SLOTS:
void startFullAnalysis();
};