mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 16:18:58 +00:00
Common/TraversalProto: Move interface into Common namespace
Gets the types out of the global namespace.
This commit is contained in:
parent
27f38c6c8f
commit
30e7ab94fa
6 changed files with 61 additions and 53 deletions
|
@ -65,7 +65,7 @@
|
|||
|
||||
namespace
|
||||
{
|
||||
QString InetAddressToString(const TraversalInetAddress& addr)
|
||||
QString InetAddressToString(const Common::TraversalInetAddress& addr)
|
||||
{
|
||||
QString ip;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue