downloads: Document _win_id.
This commit is contained in:
parent
da49424836
commit
d31e8edffc
@ -370,6 +370,7 @@ class DownloadManager(QAbstractListModel):
|
|||||||
Attributes:
|
Attributes:
|
||||||
downloads: A list of active DownloadItems.
|
downloads: A list of active DownloadItems.
|
||||||
questions: A list of Question objects to not GC them.
|
questions: A list of Question objects to not GC them.
|
||||||
|
_win_id: The window ID the DownloadManager runs in.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, win_id, parent=None):
|
def __init__(self, win_id, parent=None):
|
||||||
|
Loading…
Reference in New Issue
Block a user