diff -r 6c7af1e85e49 -r e611e45a17d6 WebBrowser/Download/DownloadManager.py --- a/WebBrowser/Download/DownloadManager.py Tue Feb 13 19:55:23 2018 +0100 +++ b/WebBrowser/Download/DownloadManager.py Tue Feb 13 19:59:44 2018 +0100 @@ -30,6 +30,9 @@ class DownloadManager(QDialog, Ui_DownloadManager): """ Class implementing the download manager. + + @signal downloadsCountChanged() emitted to indicate a change of the + count of download items """ RemoveNever = 0 RemoveExit = 1