From bce6c88c9eb1ae1aa33ef0affdb7dbda8814cf88 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Thu, 14 Nov 2019 19:11:42 -0500 Subject: Initial dynamic rebasing support. --- ui/filecontext.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui') diff --git a/ui/filecontext.h b/ui/filecontext.h index 007dcfc4..6a4f13ee 100644 --- a/ui/filecontext.h +++ b/ui/filecontext.h @@ -56,6 +56,7 @@ public: BinaryViewRef createDataView(const QString& type); BinaryViewRef getDataView(const QString& type, bool createView = false); std::vector getAllDataViews(); + void refreshDataViewCache(); void setCurrentViewFrame(ViewFrame* view); -- cgit v1.3.1