downloads: default autoclose=True. Fixes #265.

This commit is contained in:
Florian Bruhin 2014-11-18 20:10:57 +01:00
parent 2a95533564
commit b8b31fd914

View File

@ -90,7 +90,7 @@ class DownloadItem(QObject):
reply: The QNetworkReply to download.
"""
super().__init__(parent)
self.autoclose = False
self.autoclose = True
self._reply = reply
self._bytes_total = None
self._speed = 0