1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-28 13:41:16 +01:00

Fixed broken release builds

This commit is contained in:
Martin Tůma 2018-03-19 22:40:49 +01:00
parent b23639bef2
commit 0bb3b3812c

View File

@ -166,7 +166,7 @@ void Downloader::downloadFinished(QNetworkReply *reply)
_errorDownloads.insert(url); _errorDownloads.insert(url);
} }
Q_ASSERT(_currentDownloads.remove(url)); _currentDownloads.remove(url);
reply->deleteLater(); reply->deleteLater();
if (_currentDownloads.isEmpty()) if (_currentDownloads.isEmpty())