diff options
| -rw-r--r-- | ui/viewframe.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/viewframe.h b/ui/viewframe.h index 74b87624..4bf704e1 100644 --- a/ui/viewframe.h +++ b/ui/viewframe.h @@ -465,6 +465,8 @@ class BINARYNINJAUIAPI ViewFrame : public QWidget \param data View for saving history entries */ void writeHistoryEntries(BinaryViewRef data); + bool canNavigateBack(); + bool canNavigateForward(); void back(); void forward(); |
