mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
DolphinQt: add multiselection to WatchWidget
This commit is contained in:
parent
c8a6ff6309
commit
190cf5af30
2 changed files with 96 additions and 18 deletions
|
@ -47,10 +47,14 @@ private:
|
|||
void ShowContextMenu();
|
||||
void OnItemChanged(QTableWidgetItem* item);
|
||||
void LockWatchAddress(u32 address);
|
||||
void DeleteSelectedWatches();
|
||||
void DeleteWatch(int row);
|
||||
void DeleteWatchAndUpdate(int row);
|
||||
void AddWatchBreakpoint(int row);
|
||||
void ShowInMemory(int row);
|
||||
void UpdateIcons();
|
||||
void LockSelectedWatches();
|
||||
void UnlockSelectedWatches();
|
||||
|
||||
QAction* m_new;
|
||||
QAction* m_delete;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue