moved metarReplyReceived to the correct section (weather signals)

This commit is contained in:
Mathew Sutcliffe
2014-03-22 17:47:10 +00:00
parent b1a5ada3a4
commit cc98a86e42

View File

@@ -332,12 +332,6 @@ namespace BlackCore
*/ */
void atisLogoffTimeReplyReceived(const BlackMisc::Aviation::CCallsign &callsign, const QString &zuluTime); 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 //! \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 temperatureDataReplyReceived(...);
// TODO void windDataReplyReceived(...); // TODO void windDataReplyReceived(...);
// TODO void cloudDataReplyReceived(...); // TODO void cloudDataReplyReceived(...);