diff options
Diffstat (limited to 'ui/containerbrowser.h')
| -rw-r--r-- | ui/containerbrowser.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ui/containerbrowser.h b/ui/containerbrowser.h index b9ba278f..363e5446 100644 --- a/ui/containerbrowser.h +++ b/ui/containerbrowser.h @@ -15,7 +15,6 @@ #include <vector> -class ContainerOpenRequest; class ContainerTreeModel : public QAbstractItemModel { @@ -122,8 +121,4 @@ public: bool openWithOptionsRequested() const { return m_openWithOptionsRequested; } static std::vector<TransformContextRef> 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<TransformContextRef> showBrowser(ContainerOpenRequest& request, bool* outOpenWithOptions = nullptr); }; |
