mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07: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()
|
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…
Add table
Add a link
Reference in a new issue