mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
CodeWidget: Add button that prevents automatic updates to the address, such as navigating to the PC on pause.
This commit is contained in:
@ -17,6 +17,7 @@ class QSplitter;
|
||||
class QListWidget;
|
||||
class QPushButton;
|
||||
class QTableWidget;
|
||||
class QToolButton;
|
||||
|
||||
namespace Common
|
||||
{
|
||||
@ -80,6 +81,7 @@ private:
|
||||
|
||||
BranchWatchDialog* m_branch_watch_dialog = nullptr;
|
||||
QLineEdit* m_search_address;
|
||||
QToolButton* m_lock_btn;
|
||||
QPushButton* m_branch_watch;
|
||||
|
||||
QLineEdit* m_search_callstack;
|
||||
|
Reference in New Issue
Block a user