diff options
| -rw-r--r-- | ui/projectbrowser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/projectbrowser.h b/ui/projectbrowser.h index 844c16f1..f9e00985 100644 --- a/ui/projectbrowser.h +++ b/ui/projectbrowser.h @@ -297,6 +297,7 @@ class BINARYNINJAUIAPI ProjectBrowser: public QWidget, public UIContextNotificat Menu m_projectMenu; ProjectFolderRef GetFolderContainingIndex(const QModelIndex& index) const; + QModelIndex GetCurrentSelectedIndex() const; virtual void OnAfterOpenProjectFile(UIContext* context, ProjectFileRef projectFile, ViewFrame* frame) override; |
