WebBrowser/GreaseMonkey/GreaseMonkeyScript.py

changeset 5726
e1dbd217214a
parent 5715
cbcca230679f
child 5736
000ea446ff4b
--- a/WebBrowser/GreaseMonkey/GreaseMonkeyScript.py	Fri May 05 19:05:26 2017 +0200
+++ b/WebBrowser/GreaseMonkey/GreaseMonkeyScript.py	Fri May 05 19:06:52 2017 +0200
@@ -23,6 +23,10 @@
 class GreaseMonkeyScript(QObject):
     """
     Class implementing the GreaseMonkey script.
+    
+    @signal scriptChanged() emitted to indicate a script change
+    @signal updatingChanged(bool) emitted to indicate a change of the
+        updating state
     """
     DocumentStart = 0
     DocumentEnd = 1

eric ide

mercurial