diff options
| author | Brian Potchik <brian@vector35.com> | 2023-09-08 09:20:55 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2023-09-11 14:33:30 -0400 |
| commit | 63844974e7ef0da2d6953c11b0f7aa66afe54639 (patch) | |
| tree | 75d102d6918d602fbe970bca5e614124059511cf /ui/uicontext.h | |
| parent | f9a9abdff9cc539f5a92c56f8942946a8ac718be (diff) | |
Add handling for FileContext to notify the UI when BinaryView instances go out of scope.
Diffstat (limited to 'ui/uicontext.h')
| -rw-r--r-- | ui/uicontext.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/uicontext.h b/ui/uicontext.h index f68ea0a9..e8a40a70 100644 --- a/ui/uicontext.h +++ b/ui/uicontext.h @@ -280,6 +280,7 @@ class BINARYNINJAUIAPI UIContext virtual ~UIContext(); virtual QMainWindow* mainWindow() = 0; + virtual void releaseBinaryView(BinaryViewRef view); virtual void viewChanged(ViewFrame* frame, const QString& type); virtual bool navigateForBinaryView(BinaryViewRef view, uint64_t addr); /*! |
