mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-22 01:06:03 +03:00
parent
b406d669b3
commit
a59301712e
1 changed files with 1 additions and 1 deletions
|
@ -703,8 +703,8 @@ void BitTorrent::DBResumeDataStorage::Worker::run()
|
|||
|
||||
void DBResumeDataStorage::Worker::requestInterruption()
|
||||
{
|
||||
m_waitCondition.wakeAll();
|
||||
QThread::requestInterruption();
|
||||
m_waitCondition.wakeAll();
|
||||
}
|
||||
|
||||
void BitTorrent::DBResumeDataStorage::Worker::store(const TorrentID &id, const LoadTorrentParams &resumeData)
|
||||
|
|
Loading…
Reference in a new issue