mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-25 13:38:44 +01:00
Perform synchronous wait until update worker exits.
This commit is contained in:
parent
df9fb823c8
commit
1bace42ad7
@ -104,6 +104,7 @@ void FeedMessageViewer::quit() {
|
||||
|
||||
qDebug("Quitting feed downloader thread.");
|
||||
m_feedDownloaderThread->quit();
|
||||
m_feedDownloaderThread->wait();
|
||||
|
||||
qDebug("Feed downloader thread aborted. Deleting it from memory.");
|
||||
m_feedDownloader->deleteLater();
|
||||
|
Loading…
x
Reference in New Issue
Block a user