diff options
| author | Galen Williamson <galen@vector35.com> | 2025-06-09 11:48:43 -0400 |
|---|---|---|
| committer | Galen Williamson <galen@vector35.com> | 2025-07-02 11:09:14 -0400 |
| commit | a6afc982e1f38bccac381483a6c0c3c6aa3cb9e7 (patch) | |
| tree | 4bab5d542f8795d6f2d9860dc304dc5b5bef5b1b /ui/stringsview.h | |
| parent | 8ef4a64be527a85aa0aca5253abcf5c1f14b3770 (diff) | |
Add Length column to Strings view tables
Diffstat (limited to 'ui/stringsview.h')
| -rw-r--r-- | ui/stringsview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/stringsview.h b/ui/stringsview.h index 90137b07..644cd127 100644 --- a/ui/stringsview.h +++ b/ui/stringsview.h @@ -56,6 +56,7 @@ class BINARYNINJAUIAPI StringsListModel : public QAbstractItemModel, public Bina enum { COL_ADDRESS = 0, COL_TYPE, + COL_LENGTH, COL_VALUE, COLUMN_COUNT, }; |
