From 53a70331a59b0971761ffa43edd6bf18576cb401 Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Fri, 26 Apr 2024 16:00:39 -0400 Subject: Fix display of possible values in uidf dialog --- ui/possiblevaluesetdialog.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ui/possiblevaluesetdialog.h') 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 m_typeText; - std::map m_formatText; - std::map m_regValueTypes; BNRegisterValueType m_curRegValueType; BinaryNinja::PossibleValueSet m_valueSet; -- cgit v1.3.1