mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06:00
deleteThread and downloadThread threads are handled better and destructed in a cleaner way
This commit is contained in:
@@ -37,6 +37,10 @@ class deleteThread : public QThread {
|
||||
start();
|
||||
}
|
||||
|
||||
~deleteThread(){
|
||||
wait();
|
||||
}
|
||||
|
||||
signals:
|
||||
void deletionFinished(deleteThread*) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user