summaryrefslogtreecommitdiff
path: root/examples/triage/view.h
diff options
context:
space:
mode:
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();
};