5725:671561c52802 | 5726:e1dbd217214a |
---|---|
20 | 20 |
21 | 21 |
22 class GreaseMonkeyManager(QObject): | 22 class GreaseMonkeyManager(QObject): |
23 """ | 23 """ |
24 Class implementing the manager for GreaseMonkey scripts. | 24 Class implementing the manager for GreaseMonkey scripts. |
25 | |
26 @signal scriptsChanged() emitted to indicate a change of scripts | |
25 """ | 27 """ |
26 scriptsChanged = pyqtSignal() | 28 scriptsChanged = pyqtSignal() |
27 | 29 |
28 def __init__(self, parent=None): | 30 def __init__(self, parent=None): |
29 """ | 31 """ |