mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
BreakpointWidget: Direct editing of address cells. Prevent symbol cells from being affected.
This commit is contained in:
parent
b740671792
commit
e52b814eb2
2 changed files with 80 additions and 17 deletions
|
@ -64,7 +64,7 @@ private:
|
|||
void OnLoad();
|
||||
void OnSave();
|
||||
void OnContextMenu(const QPoint& pos);
|
||||
|
||||
void OnItemChanged(QTableWidgetItem* item);
|
||||
void UpdateIcons();
|
||||
|
||||
Core::System& m_system;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue