summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/uicontext.h1
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; }