downloads: Whitespace change.
This commit is contained in:
parent
d31e8edffc
commit
c8a1c979e8
@ -427,7 +427,6 @@ class DownloadManager(QAbstractListModel):
|
|||||||
_inline, suggested_filename = http.parse_content_disposition(reply)
|
_inline, suggested_filename = http.parse_content_disposition(reply)
|
||||||
log.downloads.debug("fetch: {} -> {}".format(reply.url(),
|
log.downloads.debug("fetch: {} -> {}".format(reply.url(),
|
||||||
suggested_filename))
|
suggested_filename))
|
||||||
|
|
||||||
download = DownloadItem(reply, self)
|
download = DownloadItem(reply, self)
|
||||||
download.finished.connect(
|
download.finished.connect(
|
||||||
functools.partial(self.on_finished, download))
|
functools.partial(self.on_finished, download))
|
||||||
|
Loading…
Reference in New Issue
Block a user