Helpviewer/FlashCookieManager/FlashCookieNotification.py

changeset 4370
54dbb658f9e6
parent 4359
ac1dda9f3f19
child 4631
5c1a96925da4
equal deleted inserted replaced
4369:4ef6ecc62a9d 4370:54dbb658f9e6
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)

eric ide

mercurial