summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorJosh Ferrell <josh@vector35.com>2024-02-13 13:10:11 -0500
committerJosh Ferrell <josh@vector35.com>2024-02-13 13:45:51 -0500
commit3607e3a8a94c1f1e16caa099bd81eaba6e182cb7 (patch)
tree4a4573da7d5c9246edaeec471fbdff9365089190 /ui
parentd1915bec3ee94c978f096a824a6eee73e5c6be26 (diff)
Rename ExternalLocation APIs to be more clear, add ExternalLocation and ExternalLibrary API documentation
Diffstat (limited to 'ui')
-rw-r--r--ui/externallocationdialog.h6
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;