mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
InputCommon: Use nested namespace specifiers where applicable
This commit is contained in:
parent
8e030a4a45
commit
ec60027f56
38 changed files with 78 additions and 195 deletions
|
@ -11,14 +11,11 @@ class QString;
|
|||
class OutputReference;
|
||||
class QPushButton;
|
||||
|
||||
namespace ciface
|
||||
{
|
||||
namespace Core
|
||||
namespace ciface::Core
|
||||
{
|
||||
class DeviceContainer;
|
||||
class DeviceQualifier;
|
||||
} // namespace Core
|
||||
} // namespace ciface
|
||||
} // namespace ciface::Core
|
||||
|
||||
namespace MappingCommon
|
||||
{
|
||||
|
|
|
@ -25,13 +25,10 @@ class ControlGroup;
|
|||
class EmulatedController;
|
||||
} // namespace ControllerEmu
|
||||
|
||||
namespace ciface
|
||||
{
|
||||
namespace Core
|
||||
namespace ciface::Core
|
||||
{
|
||||
class Device;
|
||||
}
|
||||
} // namespace ciface
|
||||
} // namespace ciface::Core
|
||||
|
||||
constexpr int INDICATOR_UPDATE_FREQ = 30;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue