diff options
| author | Josh Ferrell <josh@vector35.com> | 2024-07-11 23:02:52 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2024-07-12 07:49:14 -0400 |
| commit | ccd3e6047eba134e96dac07690981d7f1eee4f49 (patch) | |
| tree | 033fd52a29e4faf0c697639d5eedbb60674f7593 /ui | |
| parent | 0bad362009c60a18364a0b153004b6c00aa34653 (diff) | |
Show undo actions for all views of a file in history widget
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/historyview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/historyview.h b/ui/historyview.h index 4f747fa3..ffc074eb 100644 --- a/ui/historyview.h +++ b/ui/historyview.h @@ -20,7 +20,7 @@ class BINARYNINJAUIAPI HistoryEntryItemModel : public QAbstractItemModel, public std::vector<UndoEntryRef> m_redoEntries; FileMetadataRef m_file; - BinaryViewRef m_data; + std::vector<BinaryViewRef> m_views; std::unordered_set<HistoryOption> m_options; QSettings m_settings; |
