mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 13:55:36 +08:00
refs #476 The readers should delete their QNetworkAccessManager in cleanup(), just before they move back to the main thread for later deletion.
This commit is contained in:
@@ -43,6 +43,10 @@ namespace BlackCore
|
||||
//! Data have been read
|
||||
void dataRead(BlackMisc::Network::CEntityFlags::Entity entity, BlackMisc::Network::CEntityFlags::ReadState state, int number);
|
||||
|
||||
protected:
|
||||
//! \copydoc CThreadedReader::cleanup
|
||||
virtual void cleanup() override;
|
||||
|
||||
private slots:
|
||||
//! Bookings have been read
|
||||
//! \threadsafe
|
||||
|
||||
Reference in New Issue
Block a user