diff options
| author | Brian Potchik <brian@vector35.com> | 2024-09-30 18:42:03 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2024-09-30 18:42:03 -0400 |
| commit | c8bef7267b0ec3b36167b679263bbfd4834a5b88 (patch) | |
| tree | 0e65592597f8b76a5f9fa5b74e1ed3709554058f /ui/linearview.h | |
| parent | 2e272f7efffb61eec2f54a740a9deabc4829c97d (diff) | |
Use title for generation of function analysis actions.
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 08a0a01c..29021a7a 100644 --- a/ui/linearview.h +++ b/ui/linearview.h @@ -259,6 +259,7 @@ class BINARYNINJAUIAPI LinearView : public QAbstractScrollArea, public View, pub void scrollLines(int count); void bindActions(); + void bindDynamicActions(); static void addOptionsMenuActions(Menu& menu); void getHexDumpLineBytes( |
