mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 18:01:56 +00:00
update Cheat files
This commit is contained in:
parent
9ab8c1e433
commit
cbfd634a4b
217 changed files with 2263 additions and 1880 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue