summaryrefslogtreecommitdiff
path: root/ui/filecontext.h
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2019-11-14 19:11:42 -0500
committerBrian Potchik <brian@vector35.com>2019-11-14 19:11:42 -0500
commitbce6c88c9eb1ae1aa33ef0affdb7dbda8814cf88 (patch)
treedc1a0bf82f9ac847d55084fa65c60633b8efe536 /ui/filecontext.h
parent989600b83515dfe35494c3ffd0c6371cc5baddcf (diff)
Initial dynamic rebasing support.
Diffstat (limited to 'ui/filecontext.h')
-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);