mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-25 19:55:50 +00:00
Turn Config::Info into a class with getters
This commit is contained in:
parent
11e8783893
commit
b285991b88
12 changed files with 62 additions and 53 deletions
|
@ -10,7 +10,7 @@
|
|||
namespace Config
|
||||
{
|
||||
template <typename T>
|
||||
struct Info;
|
||||
class Info;
|
||||
}
|
||||
|
||||
class GraphicsBool : public ToolTipCheckBox
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
namespace Config
|
||||
{
|
||||
template <typename T>
|
||||
struct Info;
|
||||
class Info;
|
||||
}
|
||||
|
||||
class GraphicsInteger : public ToolTipSpinBox
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
namespace Config
|
||||
{
|
||||
template <typename T>
|
||||
struct Info;
|
||||
class Info;
|
||||
}
|
||||
|
||||
class GraphicsSlider : public ToolTipSlider
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue