mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 13:20:27 -06:00
PowerPC: Refactor to class, move to System.
This commit is contained in:
@ -12,6 +12,10 @@ class QCloseEvent;
|
||||
class QShowEvent;
|
||||
class QTableWidget;
|
||||
class QToolBar;
|
||||
namespace Core
|
||||
{
|
||||
class System;
|
||||
}
|
||||
|
||||
class BreakpointWidget : public QDockWidget
|
||||
{
|
||||
@ -51,6 +55,8 @@ private:
|
||||
|
||||
void UpdateIcons();
|
||||
|
||||
Core::System& m_system;
|
||||
|
||||
QToolBar* m_toolbar;
|
||||
QTableWidget* m_table;
|
||||
QAction* m_new;
|
||||
|
Reference in New Issue
Block a user