refs #259, parsing VATSIM files in background

This commit is contained in:
Klaus Basan
2014-06-05 13:46:58 +02:00
parent 76c2f0a5c4
commit cafc3f37f6
4 changed files with 38 additions and 4 deletions

View File

@@ -98,6 +98,9 @@ namespace BlackCore
SectionGeneral
};
//! Parse the VATSIM data file in backgroun
void parseVatsimFileInBackground(QNetworkReply *nwReply);
signals:
//! Data have been read
void dataRead();