Allow to disable/enable from the BreakpointWidget

Added a context menu, for when a breakpoint is right-clicked
Removed the `itemClicked` behavior, since it would clash with the context menu
This commit is contained in:
InusualZ
2021-02-28 08:44:03 +00:00
parent 4935e9b560
commit 5e1b3514f6
2 changed files with 63 additions and 10 deletions

View File

@ -46,6 +46,7 @@ private:
void OnNewBreakpoint();
void OnLoad();
void OnSave();
void OnContextMenu();
void UpdateIcons();