From cc98a86e42993c30f45e377a5cb6042477d16411 Mon Sep 17 00:00:00 2001 From: Mathew Sutcliffe Date: Sat, 22 Mar 2014 17:47:10 +0000 Subject: [PATCH] moved metarReplyReceived to the correct section (weather signals) --- src/blackcore/network.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/blackcore/network.h b/src/blackcore/network.h index 39c800f31..2f827db71 100644 --- a/src/blackcore/network.h +++ b/src/blackcore/network.h @@ -332,12 +332,6 @@ namespace BlackCore */ void atisLogoffTimeReplyReceived(const BlackMisc::Aviation::CCallsign &callsign, const QString &zuluTime); - /*! - * We received a reply to one of our METAR queries. - * \sa sendMetarQuery - */ - void metarReplyReceived(const QString &data); - //! @} //////////////////////////////////////////////////////////////// //! \name Aircraft signals @@ -432,6 +426,12 @@ namespace BlackCore //! @{ //////////////////////////////////////////////////////////////// + /*! + * We received a reply to one of our METAR queries. + * \sa sendMetarQuery + */ + void metarReplyReceived(const QString &data); + // TODO void temperatureDataReplyReceived(...); // TODO void windDataReplyReceived(...); // TODO void cloudDataReplyReceived(...);