summaryrefslogtreecommitdiff
path: root/ui/viewframe.h
diff options
context:
space:
mode:
authorRusty Wagner <rusty.wagner@gmail.com>2025-07-07 15:17:49 -0400
committerRusty Wagner <rusty.wagner@gmail.com>2025-07-07 15:21:53 -0400
commit402cf087cfcf69e0c38b027d2b8488d5cdcbed76 (patch)
tree93159a8aa51f1aaaae973862403aed94164bb196 /ui/viewframe.h
parent768f7c78465fb93936e5ca50a0ca712664fe54e7 (diff)
Add IL view type change UI context notification
Diffstat (limited to 'ui/viewframe.h')
-rw-r--r--ui/viewframe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/viewframe.h b/ui/viewframe.h
index a208154c..69f7a198 100644
--- a/ui/viewframe.h
+++ b/ui/viewframe.h
@@ -242,6 +242,7 @@ class BINARYNINJAUIAPI View
QString viewType();
void updateCrossReferenceSelection(ViewFrame* frame = nullptr);
+ void notifyILViewTypeChanged(ViewFrame* frame = nullptr);
void forceSyncFromView(ViewFrame* frame = nullptr);
virtual void refreshContents() {}