mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 18:25:37 +08:00
refs #146 , renamed method to dataRead like in CVatsimDataFileReader
This commit is contained in:
@@ -99,7 +99,7 @@ namespace BlackCore
|
||||
bookedStations.push_back(bookedStation);
|
||||
}
|
||||
m_updateTimestamp = QDateTime::currentDateTimeUtc();
|
||||
emit this->bookingsRead(bookedStations);
|
||||
emit this->dataRead(bookedStations);
|
||||
nwReply->close();
|
||||
nwReply->deleteLater();
|
||||
|
||||
|
||||
@@ -51,8 +51,7 @@ namespace BlackCore
|
||||
|
||||
signals:
|
||||
//! \brief Bookings have been read and converted to BlackMisc::Aviation::CAtcStationList
|
||||
void bookingsRead(BlackMisc::Aviation::CAtcStationList &bookings);
|
||||
void dataRead(BlackMisc::Aviation::CAtcStationList bookedStations);
|
||||
};
|
||||
}
|
||||
|
||||
#endif // guard
|
||||
|
||||
Reference in New Issue
Block a user