mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-27 11:05:44 +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);
|
bookedStations.push_back(bookedStation);
|
||||||
}
|
}
|
||||||
m_updateTimestamp = QDateTime::currentDateTimeUtc();
|
m_updateTimestamp = QDateTime::currentDateTimeUtc();
|
||||||
emit this->bookingsRead(bookedStations);
|
emit this->dataRead(bookedStations);
|
||||||
nwReply->close();
|
nwReply->close();
|
||||||
nwReply->deleteLater();
|
nwReply->deleteLater();
|
||||||
|
|
||||||
|
|||||||
@@ -51,8 +51,7 @@ namespace BlackCore
|
|||||||
|
|
||||||
signals:
|
signals:
|
||||||
//! \brief Bookings have been read and converted to BlackMisc::Aviation::CAtcStationList
|
//! \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
|
#endif // guard
|
||||||
|
|||||||
Reference in New Issue
Block a user