diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2022-01-21 18:55:04 -0500 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2022-01-22 01:31:11 -0500 |
| commit | 510b311eccca4d6409b1c9743814eb9070670f50 (patch) | |
| tree | b9ee82c56faf8f72787a02cf7cc0586a2c38e05c /ui/uicontext.h | |
| parent | 4290b90509c6b9b1cf4fa38e780f1aff5ad453e1 (diff) | |
Add recreateViewFrames API for sync/rebase
Diffstat (limited to 'ui/uicontext.h')
| -rw-r--r-- | ui/uicontext.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
