summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ui/projectbrowser.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ui/projectbrowser.h b/ui/projectbrowser.h
index 7275a6ef..5e69f332 100644
--- a/ui/projectbrowser.h
+++ b/ui/projectbrowser.h
@@ -229,6 +229,8 @@ Q_SIGNALS:
class BINARYNINJAUIAPI InfoWidget: public QWidget
{
+ ProjectRef m_project;
+
std::unordered_map<std::string, ProjectFileRef> m_files;
std::unordered_map<std::string, ProjectFolderRef> m_folders;
@@ -250,7 +252,7 @@ class BINARYNINJAUIAPI InfoWidget: public QWidget
void saveDescription();
public:
- InfoWidget(QWidget* parent = nullptr);
+ InfoWidget(ProjectRef project, QWidget* parent = nullptr);
bool ContainsFile(const std::string& id);
bool ContainsFolder(const std::string& id);