39 @type QObject |
39 @type QObject |
40 """ |
40 """ |
41 super(DeepLEngine, self).__init__(plugin, parent) |
41 super(DeepLEngine, self).__init__(plugin, parent) |
42 |
42 |
43 self.__splitPattern = re.compile(r"([^\.!\?;]+[\.!\?;]*)") |
43 self.__splitPattern = re.compile(r"([^\.!\?;]+[\.!\?;]*)") |
|
44 |
|
45 QTimer.singleShot(0, self.availableTranslationsLoaded.emit) |
44 |
46 |
45 def engineName(self): |
47 def engineName(self): |
46 """ |
48 """ |
47 Public method to return the name of the engine. |
49 Public method to return the name of the engine. |
48 |
50 |