mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-28 05:34:47 +01:00
Fixed broken release builds
This commit is contained in:
parent
b23639bef2
commit
0bb3b3812c
@ -166,7 +166,7 @@ void Downloader::downloadFinished(QNetworkReply *reply)
|
||||
_errorDownloads.insert(url);
|
||||
}
|
||||
|
||||
Q_ASSERT(_currentDownloads.remove(url));
|
||||
_currentDownloads.remove(url);
|
||||
reply->deleteLater();
|
||||
|
||||
if (_currentDownloads.isEmpty())
|
||||
|
Loading…
Reference in New Issue
Block a user