Helpviewer/AdBlock/AdBlockManager.py

branch
maintenance
changeset 5730
6422afc7adc4
parent 5726
e1dbd217214a
child 6048
82ad8ec9548c
diff -r 9a71bd9e2e37 -r 6422afc7adc4 Helpviewer/AdBlock/AdBlockManager.py
--- a/Helpviewer/AdBlock/AdBlockManager.py	Sun Apr 09 16:52:55 2017 +0200
+++ b/Helpviewer/AdBlock/AdBlockManager.py	Sat May 06 13:43:21 2017 +0200
@@ -25,6 +25,8 @@
     Class implementing the AdBlock manager.
     
     @signal rulesChanged() emitted after some rule has changed
+    @signal requiredSubscriptionLoaded(subscription) emitted to indicate
+        loading of a required subscription is finished (AdBlockSubscription)
     """
     rulesChanged = pyqtSignal()
     requiredSubscriptionLoaded = pyqtSignal(AdBlockSubscription)

eric ide

mercurial