refs #146 , renamed method to dataRead like in CVatsimDataFileReader

This commit is contained in:
Klaus Basan
2014-02-25 01:09:10 +01:00
parent a9385870e0
commit 79aa17cdaf
2 changed files with 2 additions and 3 deletions

View File

@@ -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();

View File

@@ -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