From 510b311eccca4d6409b1c9743814eb9070670f50 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Fri, 21 Jan 2022 18:55:04 -0500 Subject: Add recreateViewFrames API for sync/rebase --- ui/uicontext.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/uicontext.h') diff --git a/ui/uicontext.h b/ui/uicontext.h index 68160381..8dce4b38 100644 --- a/ui/uicontext.h +++ b/ui/uicontext.h @@ -288,6 +288,7 @@ public: virtual bool openFilename(const QString& path, bool openOptions = false); virtual ViewFrame* openFileContext(FileContext* file, const QString& forcedView = "", bool addTab = true); + virtual void recreateViewFrames(FileContext* file) = 0; UIActionHandler* globalActions() { return &m_globalActions; } virtual UIActionHandler* contentActionHandler() = 0; -- cgit v1.3.1