31 Constructor |
31 Constructor |
32 |
32 |
33 @param plugin reference to the plugin object (TranslatorPlugin) |
33 @param plugin reference to the plugin object (TranslatorPlugin) |
34 @param parent reference to the parent object (QObject) |
34 @param parent reference to the parent object (QObject) |
35 """ |
35 """ |
36 super(GoogleV1Engine, self).__init__(plugin, parent) |
36 super().__init__(plugin, parent) |
37 |
37 |
38 QTimer.singleShot(0, self.availableTranslationsLoaded.emit) |
38 QTimer.singleShot(0, self.availableTranslationsLoaded.emit) |
39 |
39 |
40 def engineName(self): |
40 def engineName(self): |
41 """ |
41 """ |