Overte C++ Documentation
NetworkUtils.h
1 //
2 // Created by Bradley Austin Davis on 2016/09/20
3 // Copyright 2013-2016 High Fidelity, Inc.
4 //
5 // Distributed under the Apache License, Version 2.0.
6 // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
7 //
8 
9 #pragma once
10 #ifndef hifi_shared_NetworkUtils_h
11 #define hifi_shared_NetworkUtils_h
12 
13 #include <QtNetwork/QHostAddress>
14 
15 QHostAddress getGuessedLocalAddress();
16 
17 #endif // hifi_shared_NetworkUtils_h