mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-04 00:26:09 +00:00
Remove redundant semicolons
This commit is contained in:
parent
4ff5ff2772
commit
9602f36248
48 changed files with 72 additions and 70 deletions
|
@ -18,7 +18,7 @@ namespace Core
|
|||
{
|
||||
class CPUThreadGuard;
|
||||
class System;
|
||||
}; // namespace Core
|
||||
} // namespace Core
|
||||
|
||||
class WatchWidget : public QDockWidget
|
||||
{
|
||||
|
|
|
@ -65,7 +65,7 @@ Slot OtherSlot(Slot slot)
|
|||
{
|
||||
return slot == Slot::A ? Slot::B : Slot::A;
|
||||
}
|
||||
}; // namespace
|
||||
} // namespace
|
||||
|
||||
struct GCMemcardManager::IconAnimationData
|
||||
{
|
||||
|
|
|
@ -50,7 +50,7 @@ InfinityBaseWindow::InfinityBaseWindow(QWidget* parent) : QWidget(parent)
|
|||
installEventFilter(this);
|
||||
|
||||
OnEmulationStateChanged(Core::GetState(Core::System::GetInstance()));
|
||||
};
|
||||
}
|
||||
|
||||
InfinityBaseWindow::~InfinityBaseWindow() = default;
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ enum class State;
|
|||
namespace DiscIO
|
||||
{
|
||||
enum class Region;
|
||||
};
|
||||
}
|
||||
|
||||
namespace UICommon
|
||||
{
|
||||
|
|
|
@ -81,7 +81,7 @@ SkylanderPortalWindow::SkylanderPortalWindow(QWidget* parent) : QWidget(parent)
|
|||
m_collection_path = QDir::toNativeSeparators(skylanders_folder.path()) + QDir::separator();
|
||||
m_last_skylander_path = m_collection_path;
|
||||
m_path_edit->setText(m_collection_path);
|
||||
};
|
||||
}
|
||||
|
||||
SkylanderPortalWindow::~SkylanderPortalWindow() = default;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue