diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2023-09-26 18:56:47 -0600 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2023-09-28 13:32:49 -0600 |
| commit | 8b15f2244af51ef312a6a4be7444a07242a34b60 (patch) | |
| tree | 70958ceffbfb9c38db1d170cdf642084a80c5607 /ui/uicontext.h | |
| parent | 32501cd8b0879f53ed4a24a96aad4c1b71080193 (diff) | |
Minor updates for Python binding generation of UI API
Diffstat (limited to 'ui/uicontext.h')
| -rw-r--r-- | ui/uicontext.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/uicontext.h b/ui/uicontext.h index e8a40a70..99abb84e 100644 --- a/ui/uicontext.h +++ b/ui/uicontext.h @@ -273,9 +273,8 @@ class BINARYNINJAUIAPI UIContext void NotifyOnViewChange(ViewFrame* frame, const QString& type); void NotifyOnAddressChange(ViewFrame* frame, View* view, const ViewLocation& location); - void NotifyOnNewSelectionForXref(ViewFrame* frame, View* view, const SelectionInfoForXref& selection); - public: +public: UIContext(); virtual ~UIContext(); |
