From 4b531c5d4ca7ac108e7a042c861660948bc85da6 Mon Sep 17 00:00:00 2001 From: Mathew Sutcliffe Date: Tue, 29 Apr 2014 23:47:37 +0100 Subject: [PATCH] style fix: moved a signal to the correct section --- src/blackcore/network.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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