mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
Turned some network vatlib private slots into normal private member functions
This commit is contained in:
committed by
Mathew Sutcliffe
parent
645faf8373
commit
c106c7f894
@@ -129,14 +129,12 @@ namespace BlackCore
|
||||
private:
|
||||
bool getCmdLineClientIdAndKey(int &id, QString &key) const;
|
||||
|
||||
private slots:
|
||||
void replyToFrequencyQuery(const BlackMisc::Aviation::CCallsign &callsign);
|
||||
void replyToNameQuery(const BlackMisc::Aviation::CCallsign &callsign);
|
||||
void replyToConfigQuery(const BlackMisc::Aviation::CCallsign &callsign);
|
||||
void sendAircraftInfo(const BlackMisc::Aviation::CCallsign &callsign);
|
||||
void sendIncrementalAircraftConfig();
|
||||
|
||||
private:
|
||||
//! \name Shimlib callbacks
|
||||
//! @{
|
||||
static void onConnectionStatusChanged(VatSessionID, VatConnectionStatus oldStatus, VatConnectionStatus newStatus, void *cbvar);
|
||||
@@ -188,7 +186,6 @@ namespace BlackCore
|
||||
static QJsonObject aircraftConfigRequest();
|
||||
};
|
||||
|
||||
private slots:
|
||||
void process();
|
||||
void sendPositionUpdate();
|
||||
void sendInterimPositions();
|
||||
|
||||
Reference in New Issue
Block a user