mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-10 14:57:52 +00:00
parent
b406d669b3
commit
a59301712e
@ -703,8 +703,8 @@ void BitTorrent::DBResumeDataStorage::Worker::run()
|
|||||||
|
|
||||||
void DBResumeDataStorage::Worker::requestInterruption()
|
void DBResumeDataStorage::Worker::requestInterruption()
|
||||||
{
|
{
|
||||||
m_waitCondition.wakeAll();
|
|
||||||
QThread::requestInterruption();
|
QThread::requestInterruption();
|
||||||
|
m_waitCondition.wakeAll();
|
||||||
}
|
}
|
||||||
|
|
||||||
void BitTorrent::DBResumeDataStorage::Worker::store(const TorrentID &id, const LoadTorrentParams &resumeData)
|
void BitTorrent::DBResumeDataStorage::Worker::store(const TorrentID &id, const LoadTorrentParams &resumeData)
|
||||||
|
Loading…
Reference in New Issue
Block a user