summaryrefslogtreecommitdiff
path: root/ui/possiblevaluesetdialog.h
diff options
context:
space:
mode:
authorJosh Ferrell <josh@vector35.com>2024-04-26 16:00:39 -0400
committerJosh Ferrell <josh@vector35.com>2024-04-26 16:01:06 -0400
commit53a70331a59b0971761ffa43edd6bf18576cb401 (patch)
tree2ea8e833340b38364f5488901518eba3dafeacc6 /ui/possiblevaluesetdialog.h
parent18af966482b9475fa8fc9ee9baa1ade9f3e6b71f (diff)
Fix display of possible values in uidf dialog
Diffstat (limited to 'ui/possiblevaluesetdialog.h')
-rw-r--r--ui/possiblevaluesetdialog.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/ui/possiblevaluesetdialog.h b/ui/possiblevaluesetdialog.h
index 79d56abd..8f37f5bb 100644
--- a/ui/possiblevaluesetdialog.h
+++ b/ui/possiblevaluesetdialog.h
@@ -23,10 +23,8 @@ class BINARYNINJAUIAPI PossibleValueSetDialog : public QDialog
QLineEdit* m_input;
QPushButton* m_acceptButton;
QLabel* m_formatLabel;
+ QLabel* m_errorLabel;
- std::map<BNRegisterValueType, QString> m_typeText;
- std::map<BNRegisterValueType, QString> m_formatText;
- std::map<QString, BNRegisterValueType> m_regValueTypes;
BNRegisterValueType m_curRegValueType;
BinaryNinja::PossibleValueSet m_valueSet;