diff --git a/src/blackcore/network.h b/src/blackcore/network.h index f85fbca1c..f99f162fc 100644 --- a/src/blackcore/network.h +++ b/src/blackcore/network.h @@ -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