summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/filecontext.h1
1 files changed, 1 insertions, 0 deletions
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<BinaryViewRef> getAllDataViews();
+ void refreshDataViewCache();
void setCurrentViewFrame(ViewFrame* view);