We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7b8261 commit 98b0fe0Copy full SHA for 98b0fe0
ui/projectbrowser.h
@@ -229,6 +229,8 @@ class BINARYNINJAUIAPI RecentFileItem: public QWidget
229
230
class BINARYNINJAUIAPI InfoWidget: public QWidget
231
{
232
+ ProjectRef m_project;
233
+
234
std::unordered_map<std::string, ProjectFileRef> m_files;
235
std::unordered_map<std::string, ProjectFolderRef> m_folders;
236
@@ -250,7 +252,7 @@ class BINARYNINJAUIAPI InfoWidget: public QWidget
250
252
void saveDescription();
251
253
254
public:
- InfoWidget(QWidget* parent = nullptr);
255
+ InfoWidget(ProjectRef project, QWidget* parent = nullptr);
256
257
bool ContainsFile(const std::string& id);
258
bool ContainsFolder(const std::string& id);
0 commit comments