mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-02 23:55:52 +00:00
General: Remove unnecessary semicolons
This commit is contained in:
parent
2ea7ffc94a
commit
f6c21e002b
19 changed files with 20 additions and 22 deletions
|
@ -11,7 +11,7 @@ namespace Config
|
|||
{
|
||||
template <typename T>
|
||||
struct ConfigInfo;
|
||||
};
|
||||
}
|
||||
|
||||
class GraphicsBool : public QCheckBox
|
||||
{
|
||||
|
|
|
@ -10,7 +10,7 @@ namespace Config
|
|||
{
|
||||
template <typename T>
|
||||
struct ConfigInfo;
|
||||
};
|
||||
}
|
||||
|
||||
class GraphicsChoice : public QComboBox
|
||||
{
|
||||
|
|
|
@ -10,7 +10,7 @@ namespace Config
|
|||
{
|
||||
template <typename T>
|
||||
struct ConfigInfo;
|
||||
};
|
||||
}
|
||||
|
||||
class GraphicsSlider : public QSlider
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue