mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 22:20:04 +00:00
Combine namespaces in settings files into single line
This commit is contained in:
parent
0a3913bdee
commit
ba62004002
34 changed files with 68 additions and 272 deletions
|
|
@ -4,11 +4,7 @@
|
|||
|
||||
#include <boost/algorithm/string.hpp>
|
||||
|
||||
namespace scwx
|
||||
{
|
||||
namespace qt
|
||||
{
|
||||
namespace settings
|
||||
namespace scwx::qt::settings
|
||||
{
|
||||
|
||||
static const std::string logPrefix_ = "scwx::qt::settings::unit_settings";
|
||||
|
|
@ -130,6 +126,4 @@ bool operator==(const UnitSettings& lhs, const UnitSettings& rhs)
|
|||
lhs.p->distanceUnits_ == rhs.p->distanceUnits_);
|
||||
}
|
||||
|
||||
} // namespace settings
|
||||
} // namespace qt
|
||||
} // namespace scwx
|
||||
} // namespace scwx::qt::settings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue