mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +00:00
meh
This commit is contained in:
parent
2c393d35f0
commit
98c174edc4
520 changed files with 74815 additions and 58942 deletions
|
@ -26,13 +26,14 @@ class PartiallyClosableTabWidget;
|
|||
namespace Core
|
||||
{
|
||||
enum class State;
|
||||
}
|
||||
class System;
|
||||
} // namespace Core
|
||||
|
||||
class CheatsManager : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit CheatsManager(QWidget* parent = nullptr);
|
||||
explicit CheatsManager(Core::System& system, QWidget* parent = nullptr);
|
||||
~CheatsManager();
|
||||
|
||||
signals:
|
||||
|
@ -64,6 +65,8 @@ private:
|
|||
std::string m_game_tdb_id;
|
||||
u16 m_revision = 0;
|
||||
|
||||
Core::System& m_system;
|
||||
|
||||
QDialogButtonBox* m_button_box;
|
||||
PartiallyClosableTabWidget* m_tab_widget = nullptr;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue