Qt/MemoryWidget: Allow operating on columns

This commit is contained in:
spycrab
2018-05-31 22:07:05 +02:00
parent 390fb37a29
commit 5f5b05f3dc
2 changed files with 39 additions and 22 deletions

View File

@ -32,6 +32,7 @@ public:
void Update();
void ToggleBreakpoint();
void ToggleRowBreakpoint(bool row);
void SetType(Type type);
void SetBPType(BPType type);