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 |