mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 02:35:33 +08:00
refs #259, parsing VATSIM files in background
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user