diff options
Diffstat (limited to 'ui/typedialog.h')
| -rw-r--r-- | ui/typedialog.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/ui/typedialog.h b/ui/typedialog.h index 67850e15..690b1650 100644 --- a/ui/typedialog.h +++ b/ui/typedialog.h @@ -85,18 +85,16 @@ class BINARYNINJAUIAPI TypeDialog : public QDialog QLabel* m_prompt; QString m_promptText; std::optional<BinaryNinja::TypeContainer> m_typeContainer; - bool m_resultValid; + bool m_resultValid = true; + bool m_resolved = false; QStringList m_historyEntries; int m_historySize; - GetTypesListThread* m_updateThread; - QFont m_defaultFont; - bool m_initialTextSelection; + GetTypesListThread* m_updateThread = nullptr; BinaryNinja::QualifiedNameAndType m_type; QPushButton* m_acceptButton; QTimer* m_updateTimer; QTimer* m_parseTimer; - bool m_isParsing; - std::atomic_bool m_comboBoxTextChanged; + bool m_isParsing = false; QPalette m_defaultPalette; QString m_parseError; |
