Skip to content

Commit 82b1b5c

Browse files
committed
Add 'Open Selected Files with Container Browser...' to project browser context menu.
1 parent 432e144 commit 82b1b5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/projectbrowser.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ class BINARYNINJAUIAPI ProjectBrowser: public QWidget, public UIContextNotificat
429429
private slots:
430430
void treeItemDoubleClicked(const QModelIndex& index);
431431
void fileDoubleClicked(ProjectFileRef file);
432-
void openProjectFile(ProjectFileRef file, bool openWithOptions = false);
432+
void openProjectFile(ProjectFileRef file, bool openWithOptions = false, bool forceContainerBrowser = false);
433433
void treeItemSelectionChanged(const QItemSelection& selected, const QItemSelection& deselected);
434434
void itemChanged(QStandardItem* item);
435435
void handleItemsDropped(Qt::DropAction action, const QList<QString> fileIds, const QList<QString> folderIds, const QList<QUrl> newUrls, ProjectFolderRef newParentFolder);
@@ -445,7 +445,7 @@ private slots:
445445
void PromptImportFolder(ProjectFolderRef parent = nullptr);
446446
void MakeNewFolder(ProjectFolderRef parent = nullptr);
447447
void PromptDeleteSelected();
448-
void PromptOpenSelected(bool withOptions = false);
448+
void PromptOpenSelected(bool withOptions = false, bool forceContainerBrowser = false);
449449
void PromptExportSelected();
450450
void PromptAnalyzeSelected();
451451
void PromptEditProjectDetails();

0 commit comments

Comments
 (0)