mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
refs #334 VATSIM threaded reader classes using CContinuousWorker.
This commit is contained in:
committed by
Roland Winklmeier
parent
195c909ca0
commit
54e883c322
@@ -30,13 +30,13 @@ namespace BlackCore
|
||||
/*!
|
||||
* Read bookings from VATSIM
|
||||
*/
|
||||
class CVatsimDataFileReader : public QObject, public BlackMisc::CThreadedReader<void>
|
||||
class CVatsimDataFileReader : public BlackMisc::CThreadedReader<void>
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
//! Constructor
|
||||
explicit CVatsimDataFileReader(const QStringList &urls, QObject *parent = nullptr);
|
||||
explicit CVatsimDataFileReader(QObject *owner, const QStringList &urls);
|
||||
|
||||
//! Read / re-read data file
|
||||
void read();
|
||||
|
||||
Reference in New Issue
Block a user