BreakpointWidget: Move delete to the context menu. Selecting rows will be removed, so select -> delete is hard to maintain.

This commit is contained in:
TryTwo
2024-05-14 13:02:11 -07:00
parent e0e09d1074
commit d96840f808
2 changed files with 7 additions and 37 deletions

View File

@ -45,7 +45,6 @@ protected:
private:
void CreateWidgets();
void OnDelete();
void OnClear();
void OnNewBreakpoint();
void OnEditBreakpoint(u32 address, bool is_instruction_bp);
@ -60,7 +59,6 @@ private:
QToolBar* m_toolbar;
QTableWidget* m_table;
QAction* m_new;
QAction* m_delete;
QAction* m_clear;
QAction* m_load;
QAction* m_save;