25 Constructor |
25 Constructor |
26 |
26 |
27 @param plugin reference to the plugin object (TranslatorPlugin) |
27 @param plugin reference to the plugin object (TranslatorPlugin) |
28 @param parent reference to the parent object (QObject) |
28 @param parent reference to the parent object (QObject) |
29 """ |
29 """ |
30 super(TranslationEngine, self).__init__(parent) |
30 super().__init__(parent) |
31 |
31 |
32 self.plugin = plugin |
32 self.plugin = plugin |
33 |
33 |
34 def engineName(self): |
34 def engineName(self): |
35 """ |
35 """ |