5725:671561c52802 | 5726:e1dbd217214a |
---|---|
23 | 23 |
24 | 24 |
25 class WebIconProvider(QObject): | 25 class WebIconProvider(QObject): |
26 """ | 26 """ |
27 Class implementing a web site icon storage. | 27 Class implementing a web site icon storage. |
28 | |
29 @signal changed() emitted to indicate a change of the icons database | |
28 """ | 30 """ |
29 changed = pyqtSignal() | 31 changed = pyqtSignal() |
30 | 32 |
31 def __init__(self, parent=None): | 33 def __init__(self, parent=None): |
32 """ | 34 """ |