downloads: Document _win_id.

This commit is contained in:
Florian Bruhin 2014-11-14 08:29:32 +01:00
parent da49424836
commit d31e8edffc

View File

@ -370,6 +370,7 @@ class DownloadManager(QAbstractListModel):
Attributes:
downloads: A list of active DownloadItems.
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):