mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-06 10:26:03 +08:00
Use HTTP to get VATSIM IP in automatic mode
This commit is contained in:
@@ -58,6 +58,8 @@
|
||||
#define PROTOCOL_REVISION_VATSIM_VELOCITY 101
|
||||
//! @}
|
||||
|
||||
class QNetworkReply;
|
||||
|
||||
namespace BlackFsdTest { class CTestFSDClient; }
|
||||
namespace BlackCore::Fsd
|
||||
{
|
||||
@@ -387,6 +389,8 @@ namespace BlackCore::Fsd
|
||||
void handleUnknownPacket(const QStringList &tokens);
|
||||
//! @}
|
||||
|
||||
void handleVatsimServerIpResponse(QNetworkReply *nwReplyPtr);
|
||||
|
||||
void printSocketError(QAbstractSocket::SocketError socketError);
|
||||
void handleSocketError(QAbstractSocket::SocketError socketError);
|
||||
void handleSocketConnected();
|
||||
|
||||
Reference in New Issue
Block a user