From 125ab15cc32b3806bed35347be1578faf64675f3 Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Tue, 13 Jun 2023 11:39:32 -0400 Subject: add LinearView::addressForCall helper API --- ui/linearview.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/linearview.h b/ui/linearview.h index fd19cc59..8a379bf1 100644 --- a/ui/linearview.h +++ b/ui/linearview.h @@ -470,6 +470,7 @@ public: bool singleFunctionView() const { return m_singleFunctionView; } void setSingleFunctionView(bool singleFunctionView); + std::optional addressForCall(); static void registerActions(); -- cgit v1.3.1