diff options
| author | Brian Potchik <brian@vector35.com> | 2020-03-11 13:44:20 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2020-03-11 13:44:20 -0400 |
| commit | bf343d1fca2e9cd577489b36eac375715be1f07a (patch) | |
| tree | 914d0f7dfb9a4e672eef647ee8b005e8113e28bd /ui/addressdialog.h | |
| parent | 834230580f58e826d91be2b871a56fef289a9a63 (diff) | |
Set default start address in rebase dialog.
Diffstat (limited to 'ui/addressdialog.h')
| -rw-r--r-- | ui/addressdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/addressdialog.h b/ui/addressdialog.h index ae30639b..212b7a7a 100644 --- a/ui/addressdialog.h +++ b/ui/addressdialog.h @@ -64,7 +64,7 @@ private Q_SLOTS: public: AddressDialogWithPreview(QWidget* parent, BinaryViewRef view, uint64_t here, - const QString& title = "Go to Address", const QString& prompt = "Enter Expression"); + const QString& title = "Go to Address", const QString& prompt = "Enter Expression", bool defaultToCurrent = false); ~AddressDialogWithPreview() { delete m_updateThread; } uint64_t getOffset() const { return m_addr; } }; |
