summaryrefslogtreecommitdiff
path: root/ui/viewframe.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/viewframe.h')
-rw-r--r--ui/viewframe.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/viewframe.h b/ui/viewframe.h
index aa3b5f02..01e833b5 100644
--- a/ui/viewframe.h
+++ b/ui/viewframe.h
@@ -245,6 +245,7 @@ class BINARYNINJAUIAPI View
void updateCrossReferenceSelection(ViewFrame* frame = nullptr);
void forceSyncFromView(ViewFrame* frame = nullptr);
+ virtual void refreshContents() {}
virtual void clearRelatedHighlights() {}
virtual void setRelatedIndexHighlights(FunctionRef func, const std::set<size_t>& related) { (void)func; (void)related; }
@@ -518,6 +519,7 @@ class BINARYNINJAUIAPI ViewFrame : public QWidget
void syncToOtherViews();
void forceSyncFromView();
+ void refreshContents();
ViewFrame* getOtherPane();