diff options
| author | Brandon Miller <brandon@vector35.com> | 2025-02-03 16:33:46 -0500 |
|---|---|---|
| committer | Brandon Miller <brandon@vector35.com> | 2025-02-04 08:56:37 -0500 |
| commit | ed08160e6782b3f8b371370bfad3a04e80e94f4d (patch) | |
| tree | cc73ad9a24301aed63b51b28a90a44cc4ac2550b /ui | |
| parent | 60ae03fed8aee9bc88c6d04023bcd3c922ec273e (diff) | |
Firmware Ninja relationships API
Diffstat (limited to 'ui')
| -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 0a4b54ea..6c541b9c 100644 --- a/ui/uicontext.h +++ b/ui/uicontext.h @@ -522,6 +522,7 @@ public: virtual ProjectRef openProject(const QString& path); virtual ViewFrame* openFileContext(FileContext* file, const QString& forcedView = "", bool addTab = true); 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; UIActionHandler* globalActions() { return &m_globalActions; } |
