mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
General: Remove unnecessary semicolons
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user