mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
Use nested namespaces (C++17 feature)
This commit is contained in:
@@ -11,13 +11,10 @@
|
||||
#include <QString>
|
||||
#include <tuple>
|
||||
|
||||
namespace BlackMisc
|
||||
namespace BlackMisc::Network
|
||||
{
|
||||
namespace Network
|
||||
{
|
||||
CUserList::CUserList() { }
|
||||
CUserList::CUserList() { }
|
||||
|
||||
CUserList::CUserList(const CSequence &other) : CSequence<CUser>(other)
|
||||
{ }
|
||||
} // namespace
|
||||
CUserList::CUserList(const CSequence &other) : CSequence<CUser>(other)
|
||||
{ }
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user