Skip to content

Commit 98b0fe0

Browse files
committed
Add created at and created by to project browser info pane
1 parent d7b8261 commit 98b0fe0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ui/projectbrowser.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,8 @@ class BINARYNINJAUIAPI RecentFileItem: public QWidget
229229

230230
class BINARYNINJAUIAPI InfoWidget: public QWidget
231231
{
232+
ProjectRef m_project;
233+
232234
std::unordered_map<std::string, ProjectFileRef> m_files;
233235
std::unordered_map<std::string, ProjectFolderRef> m_folders;
234236

@@ -250,7 +252,7 @@ class BINARYNINJAUIAPI InfoWidget: public QWidget
250252
void saveDescription();
251253

252254
public:
253-
InfoWidget(QWidget* parent = nullptr);
255+
InfoWidget(ProjectRef project, QWidget* parent = nullptr);
254256

255257
bool ContainsFile(const std::string& id);
256258
bool ContainsFolder(const std::string& id);

0 commit comments

Comments
 (0)