NewBreakpointDialog: Add a help message for conditionals.

This commit is contained in:
TryTwo
2022-10-08 13:23:24 -07:00
parent 85cb4d1bc5
commit 1ed6028af4
2 changed files with 50 additions and 1 deletions

View File

@ -29,12 +29,14 @@ private:
void OnBPTypeChanged();
void OnAddressTypeChanged();
void ShowConditionHelp();
// Instruction BPs
QRadioButton* m_instruction_bp;
QGroupBox* m_instruction_box;
QLineEdit* m_instruction_address;
QLineEdit* m_instruction_condition;
QPushButton* m_cond_help_btn;
// Memory BPs
QRadioButton* m_memory_bp;