mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 21:45:34 +08:00
refs #288, added FSD servers to VATSIM reader
* Voice and FSD servers can be obtained via context * using QSCopedPointer for network reply * minor fixes / renaming
This commit is contained in:
committed by
Roland Winklmeier
parent
adba17da0f
commit
a401ce439d
@@ -46,7 +46,7 @@ namespace BlackCore
|
||||
|
||||
//! Parse received bookings
|
||||
//! \threadsafe
|
||||
void parseBookings(QNetworkReply *nwReply);
|
||||
void parseBookings(QNetworkReply *nwReplyPtr);
|
||||
|
||||
signals:
|
||||
//! Bookings have been read and converted to BlackMisc::Aviation::CAtcStationList
|
||||
|
||||
Reference in New Issue
Block a user