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