diff options
| author | Josh Ferrell <josh@vector35.com> | 2024-01-22 16:11:19 -0500 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2024-01-22 16:11:19 -0500 |
| commit | 3dd22f40996fc128ffce6026e8e747ca66bcc21d (patch) | |
| tree | a5e7fc57dc620fc4d4a408ffdbf114bb66dcf91d /ui/options.h | |
| parent | 96053ffc711aa27fcaeeb6cbfa89df0c253361f8 (diff) | |
Project support
Diffstat (limited to 'ui/options.h')
| -rw-r--r-- | ui/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/options.h b/ui/options.h index 0bfba08c..4c7153c7 100644 --- a/ui/options.h +++ b/ui/options.h @@ -43,6 +43,7 @@ class BINARYNINJAUIAPI OptionsDialog : public QDialog FileContext* m_file = nullptr; FileMetadataRef m_fileMetadata = nullptr; BinaryViewRef m_rawData = nullptr; + ProjectRef m_project = nullptr; std::vector<std::tuple<std::string, size_t, std::string, uint64_t, uint64_t, std::string>> m_objects; const std::string m_oldFlag = "old:"; |
