--- 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