pcsx2/pcsx2-qt/Debugger/Models
Ty Lamontagne 752594f69a Debugger Breakpoints: Implement the user data role in the model
Consistent with the other models, and saves some awkward usage in the cpu widget where we have to interpret the variant as a string, to then convert it to a uint. I like this better as it provides an easy interface to get the 'raw' breakpoint data out of the model.
2023-01-10 13:57:06 +01:00
..
BreakpointModel.cpp Debugger Breakpoints: Implement the user data role in the model 2023-01-10 13:57:06 +01:00
BreakpointModel.h Debugger Threads: (Refactor) Use model based widgets 2023-01-10 13:57:06 +01:00
StackModel.cpp Debugger Stack frames: (Refactor) Use model based widgets 2023-01-10 13:57:06 +01:00
StackModel.h Debugger Stack frames: (Refactor) Use model based widgets 2023-01-10 13:57:06 +01:00
ThreadModel.cpp Debugger Stack frames: (Refactor) Use model based widgets 2023-01-10 13:57:06 +01:00
ThreadModel.h Debugger Stack frames: (Refactor) Use model based widgets 2023-01-10 13:57:06 +01:00