34:a6d8718f37b5 | 35:a3f1dcf94fe4 |
---|---|
35 Constructor | 35 Constructor |
36 | 36 |
37 @param html HTML text to be converted (string) | 37 @param html HTML text to be converted (string) |
38 @param parent reference to the parent object (QObject) | 38 @param parent reference to the parent object (QObject) |
39 """ | 39 """ |
40 super(Html5ToJsConverter, self).__init__(parent) | 40 super().__init__(parent) |
41 | 41 |
42 self.__html = html | 42 self.__html = html |
43 | 43 |
44 def getJavaScript(self): | 44 def getJavaScript(self): |
45 """ | 45 """ |