26 """ |
26 """ |
27 Constructor |
27 Constructor |
28 |
28 |
29 @param view reference to the web view |
29 @param view reference to the web view |
30 @type QWebView |
30 @type QWebView |
31 @param reference to the Flash cookie manager object |
31 @param manager reference to the Flash cookie manager object |
32 @type FlashCookieManager |
32 @type FlashCookieManager |
33 @param noCookies number of newly detected Flash cookies |
33 @param noCookies number of newly detected Flash cookies |
34 @type int |
34 @type int |
35 """ |
35 """ |
36 super(FlashCookieNotification, self).__init__(parent=view) |
36 super(FlashCookieNotification, self).__init__(parent=view) |