refs #259, parsing VATSIM files in background

This commit is contained in:
Klaus Basan
2014-06-05 13:46:58 +02:00
parent 76c2f0a5c4
commit cafc3f37f6
4 changed files with 38 additions and 4 deletions

View File

@@ -49,9 +49,12 @@ namespace BlackCore
QDateTime m_updateTimestamp;
QTimer *m_updateTimer;
//! Parse received bookings
void parseBookings(QNetworkReply *nwReply);
signals:
//! \brief Bookings have been read and converted to BlackMisc::Aviation::CAtcStationList
void dataRead(BlackMisc::Aviation::CAtcStationList bookedStations);
//! Bookings have been read and converted to BlackMisc::Aviation::CAtcStationList
void dataRead(const BlackMisc::Aviation::CAtcStationList &bookedStations);
};
}
#endif // guard