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)
|
||||
log.downloads.debug("fetch: {} -> {}".format(reply.url(),
|
||||
suggested_filename))
|
||||
|
||||
download = DownloadItem(reply, self)
|
||||
download.finished.connect(
|
||||
functools.partial(self.on_finished, download))
|
||||
|
Loading…
Reference in New Issue
Block a user