style fix: moved a signal to the correct section

This commit is contained in:
Mathew Sutcliffe
2014-04-29 23:47:37 +01:00
parent 07a94bdd07
commit 4b531c5d4c

View File

@@ -366,11 +366,6 @@ namespace BlackCore
*/
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
@@ -459,6 +454,11 @@ namespace BlackCore
*/
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