summaryrefslogtreecommitdiff
path: root/ui/linearview.h
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2023-06-13 11:39:32 -0400
committerPeter LaFosse <peter@vector35.com>2023-06-13 11:39:32 -0400
commit125ab15cc32b3806bed35347be1578faf64675f3 (patch)
tree0e442050979ef48f51576d6f6265b701a762bb5a /ui/linearview.h
parentcd259bd9f643a76eca754f68f0076e58bd06a568 (diff)
add LinearView::addressForCall helper API
Diffstat (limited to 'ui/linearview.h')
-rw-r--r--ui/linearview.h1
1 files changed, 1 insertions, 0 deletions
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<uint64_t> addressForCall();
static void registerActions();