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(...);