diff options
| author | Josh Ferrell <josh@vector35.com> | 2024-02-13 13:10:11 -0500 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2024-02-13 13:45:51 -0500 |
| commit | 3607e3a8a94c1f1e16caa099bd81eaba6e182cb7 (patch) | |
| tree | 4a4573da7d5c9246edaeec471fbdff9365089190 /ui/externallocationdialog.h | |
| parent | d1915bec3ee94c978f096a824a6eee73e5c6be26 (diff) | |
Rename ExternalLocation APIs to be more clear, add ExternalLocation and ExternalLibrary API documentation
Diffstat (limited to 'ui/externallocationdialog.h')
| -rw-r--r-- | ui/externallocationdialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/externallocationdialog.h b/ui/externallocationdialog.h index c86eea70..13a8d2ad 100644 --- a/ui/externallocationdialog.h +++ b/ui/externallocationdialog.h @@ -12,10 +12,10 @@ class BINARYNINJAUIAPI ExternalLocationDialog : public QDialog QPushButton* m_acceptButton; QPushButton* m_cancelButton; - QLineEdit* m_internalSymbolField; + QLineEdit* m_sourceSymbolField; QComboBox* m_libraryField; - QLineEdit* m_externalSymbolField; - QLineEdit* m_addressField; + QLineEdit* m_targetSymbolField; + QLineEdit* m_targetaddressField; BinaryViewRef m_data; ExternalLocationRef m_location; |
