mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 18:50:30 +00:00
RegisterWidget: Fix add to watch action
This commit is contained in:
parent
9d94a31eae
commit
bbcaede389
3 changed files with 8 additions and 1 deletions
|
@ -27,6 +27,7 @@ signals:
|
|||
void RequestViewInCode(u32 addr);
|
||||
void RequestViewInMemory(u32 addr);
|
||||
void RequestMemoryBreakpoint(u32 addr);
|
||||
void RequestWatch(QString name, u32 addr);
|
||||
void UpdateTable();
|
||||
void UpdateValue(QTableWidgetItem* item);
|
||||
void UpdateValueType(QTableWidgetItem* item);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue