DolphinQt: add multiselection to WatchWidget

This commit is contained in:
iwubcode
2022-12-23 03:11:17 -06:00
parent c8a6ff6309
commit 190cf5af30
2 changed files with 96 additions and 18 deletions

View File

@ -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;