mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Qt/Debugger: Implement "Watch" window
This commit is contained in:
@ -32,6 +32,7 @@ class ControllersWindow;
|
||||
class DragEnterEvent;
|
||||
class GraphicsWindow;
|
||||
class RegisterWidget;
|
||||
class WatchWidget;
|
||||
|
||||
class MainWindow final : public QMainWindow
|
||||
{
|
||||
@ -144,4 +145,5 @@ private:
|
||||
LogConfigWidget* m_log_config_widget;
|
||||
FIFOPlayerWindow* m_fifo_window;
|
||||
RegisterWidget* m_register_widget;
|
||||
WatchWidget* m_watch_widget;
|
||||
};
|
||||
|
Reference in New Issue
Block a user