diff options
| author | Glenn Smith <glenn@vector35.com> | 2025-03-20 21:43:04 -0400 |
|---|---|---|
| committer | Xusheng <xusheng@vector35.com> | 2025-03-21 23:44:09 +0800 |
| commit | 8c8888c3f9a377d4e3306ec067b8c3d5fbed7ddd (patch) | |
| tree | 568677ca18c6cb96a18c94eb059cd514af3a538f /ui/uicontext.h | |
| parent | f9b8762d49ef16bf2dd7b814d6f1ef06594b2951 (diff) | |
Add API for refreshing UI without needing an analysis update
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 6c541b9c..82062040 100644 --- a/ui/uicontext.h +++ b/ui/uicontext.h @@ -524,6 +524,7 @@ public: virtual bool openProjectFile(ProjectFileRef file, ExternalLocationRef loc = nullptr, bool openWithOptions = false); virtual bool openUrl(const QUrl& url, bool openWithOptions = false); virtual void recreateViewFrames(FileContext* file) = 0; + virtual void refreshCurrentViewContents(); UIActionHandler* globalActions() { return &m_globalActions; } virtual UIActionHandler* contentActionHandler() = 0; |
