5725:671561c52802 | 5726:e1dbd217214a |
---|---|
22 | 22 |
23 | 23 |
24 class GreaseMonkeyDownloader(QObject): | 24 class GreaseMonkeyDownloader(QObject): |
25 """ | 25 """ |
26 Class implementing the downloader for GreaseMonkey scripts. | 26 Class implementing the downloader for GreaseMonkey scripts. |
27 | |
28 @signal finished() emitted to indicate the end of a script download | |
27 """ | 29 """ |
28 finished = pyqtSignal() | 30 finished = pyqtSignal() |
29 | 31 |
30 def __init__(self, request, manager): | 32 def __init__(self, request, manager): |
31 """ | 33 """ |