From 402cf087cfcf69e0c38b027d2b8488d5cdcbed76 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Mon, 7 Jul 2025 15:17:49 -0400 Subject: Add IL view type change UI context notification --- ui/viewframe.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/viewframe.h') 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() {} -- cgit v1.3.1