diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2021-08-13 16:21:20 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2021-10-04 18:55:01 -0600 |
| commit | c80d3d99b9e11c4120cd3a36349d8161f01c7a24 (patch) | |
| tree | e1a5ed642b638f0a4e4d770b35a86f0c04bda5c4 /ui/addressindicator.h | |
| parent | 072021568045f1bceb39b3dc217235c5eebc37a9 (diff) | |
Custom tab widget for tear-away tabs
Diffstat (limited to 'ui/addressindicator.h')
| -rw-r--r-- | ui/addressindicator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/addressindicator.h b/ui/addressindicator.h index 5b724d96..d67e7d79 100644 --- a/ui/addressindicator.h +++ b/ui/addressindicator.h @@ -16,6 +16,7 @@ class BINARYNINJAUIAPI AddressIndicator: public MenuHelper public: AddressIndicator(QWidget* parent); + void clear(); void setOffsets(uint64_t begin, uint64_t end, BinaryViewRef view); protected: |
