eric6/Plugins/UiExtensionPlugins/Translator/TranslatorEngines/GoogleV2Engine.py

changeset 8218
7c09585bd960
parent 7923
91e843545d9a
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
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 """

eric ide

mercurial