diff options
| author | Peter LaFosse <peter@vector35.com> | 2023-06-13 11:39:32 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2023-06-13 11:39:32 -0400 |
| commit | 125ab15cc32b3806bed35347be1578faf64675f3 (patch) | |
| tree | 0e442050979ef48f51576d6f6265b701a762bb5a /ui/linearview.h | |
| parent | cd259bd9f643a76eca754f68f0076e58bd06a568 (diff) | |
add LinearView::addressForCall helper API
Diffstat (limited to 'ui/linearview.h')
| -rw-r--r-- | ui/linearview.h | 1 |
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(); |
