From 5a99579b1a903d3738bb82450ec40c52f1ea5594 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Mon, 30 Mar 2026 08:50:13 -0400 Subject: This reverts commit 7228ba0b889765bc3474fbd5475870e24efc79ca. --- ui/containerbrowser.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ui/containerbrowser.h') diff --git a/ui/containerbrowser.h b/ui/containerbrowser.h index 363e5446..b9ba278f 100644 --- a/ui/containerbrowser.h +++ b/ui/containerbrowser.h @@ -15,6 +15,7 @@ #include +class ContainerOpenRequest; class ContainerTreeModel : public QAbstractItemModel { @@ -121,4 +122,8 @@ public: bool openWithOptionsRequested() const { return m_openWithOptionsRequested; } static std::vector openContainerFile(const QString& path, bool forceShowDialog = false, bool* outOpenWithOptions = nullptr); + + // Show the container browser dialog for the given open request. + // Returns the selected contexts, or empty if the user cancelled. + static std::vector showBrowser(ContainerOpenRequest& request, bool* outOpenWithOptions = nullptr); }; -- cgit v1.3.1