mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-27 11:05:44 +08:00
style fix: moved a signal to the correct section
This commit is contained in:
@@ -366,11 +366,6 @@ namespace BlackCore
|
|||||||
*/
|
*/
|
||||||
void atisLogoffTimeReplyReceived(const BlackMisc::Aviation::CCallsign &callsign, const QString &zuluTime);
|
void atisLogoffTimeReplyReceived(const BlackMisc::Aviation::CCallsign &callsign, const QString &zuluTime);
|
||||||
|
|
||||||
/*!
|
|
||||||
* We received a custom packet. It is the slot's responsibility to decode the data.
|
|
||||||
*/
|
|
||||||
void customPacketReceived(const BlackMisc::Aviation::CCallsign &callsign, const QString &packetId, const QStringList &data);
|
|
||||||
|
|
||||||
//! @}
|
//! @}
|
||||||
////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////
|
||||||
//! \name Aircraft signals
|
//! \name Aircraft signals
|
||||||
@@ -459,6 +454,11 @@ namespace BlackCore
|
|||||||
*/
|
*/
|
||||||
void textMessagesReceived(const BlackMisc::Network::CTextMessageList &messages);
|
void textMessagesReceived(const BlackMisc::Network::CTextMessageList &messages);
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* We received a custom packet. It is the slot's responsibility to decode the data.
|
||||||
|
*/
|
||||||
|
void customPacketReceived(const BlackMisc::Aviation::CCallsign &callsign, const QString &packetId, const QStringList &data);
|
||||||
|
|
||||||
//! @}
|
//! @}
|
||||||
////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////
|
||||||
//! \name Weather signals
|
//! \name Weather signals
|
||||||
|
|||||||
Reference in New Issue
Block a user