mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-23 06:07:39 +01:00
Try to stop pending update before quit.
This commit is contained in:
parent
9d4501d379
commit
79ae3bfd94
@ -90,6 +90,8 @@ void FeedsModel::quit() {
|
||||
|
||||
// Close worker threads.
|
||||
if (m_feedDownloaderThread != NULL && m_feedDownloaderThread->isRunning()) {
|
||||
m_feedDownloader->stopRunningUpdate();
|
||||
|
||||
qDebug("Quitting feed downloader thread.");
|
||||
m_feedDownloaderThread->quit();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user