26 Constructor |
26 Constructor |
27 |
27 |
28 @param plugin reference to the plugin object (TranslatorPlugin) |
28 @param plugin reference to the plugin object (TranslatorPlugin) |
29 @param parent reference to the parent object (QObject) |
29 @param parent reference to the parent object (QObject) |
30 """ |
30 """ |
31 super(GoogleV2Engine, self).__init__(plugin, parent) |
31 super().__init__(plugin, parent) |
32 |
32 |
33 QTimer.singleShot(0, self.availableTranslationsLoaded.emit) |
33 QTimer.singleShot(0, self.availableTranslationsLoaded.emit) |
34 |
34 |
35 def engineName(self): |
35 def engineName(self): |
36 """ |
36 """ |