WebBrowser/Download/DownloadManager.py

changeset 6149
e611e45a17d6
parent 6134
cb0985e8da91
child 6153
0b18c86c03a1
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

eric ide

mercurial