src/eric7/WebBrowser/Download/DownloadManager.py

branch
eric7
changeset 10475
ee41fab001f2
parent 10439
21c28b0f9e41
child 10485
287a3ae95e00
equal deleted inserted replaced
10474:c18ca679259d 10475:ee41fab001f2
39 39
40 @signal downloadsCountChanged() emitted to indicate a change of the 40 @signal downloadsCountChanged() emitted to indicate a change of the
41 count of download items 41 count of download items
42 """ 42 """
43 43
44 # TODO: change this to an enum
44 RemoveNever = 0 45 RemoveNever = 0
45 RemoveExit = 1 46 RemoveExit = 1
46 RemoveSuccessFullDownload = 2 47 RemoveSuccessFullDownload = 2
47 48
48 UpdateTimerTimeout = 1000 49 UpdateTimerTimeout = 1000

eric ide

mercurial