diff options
| author | Brian Potchik <brian@vector35.com> | 2025-09-30 15:09:48 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2025-09-30 15:09:48 -0400 |
| commit | 796932b62e7d007a46d8ad31cdb618e8125073ab (patch) | |
| tree | 35937ae27a646cc6a1d7e79cafd4b46b0991a0b1 /ui/options.h | |
| parent | 36a06931b3eac492eb1e609949e2cc5a3a03bf57 (diff) | |
Initial support for opening container formats.
Diffstat (limited to 'ui/options.h')
| -rw-r--r-- | ui/options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/options.h b/ui/options.h index 3206fc7e..764cb85c 100644 --- a/ui/options.h +++ b/ui/options.h @@ -53,7 +53,7 @@ class BINARYNINJAUIAPI OptionsDialog : public QDialog public: OptionsDialog(QWidget* parent, const QString& name); virtual ~OptionsDialog(); - bool loadViews(); + bool loadViews(BinaryViewRef existingView = nullptr); Q_SIGNALS: void openFile(FileContext* file); |
