5215 |
5215 |
5216 @param act reference to the action that was triggered (QAction) |
5216 @param act reference to the action that was triggered (QAction) |
5217 """ |
5217 """ |
5218 encoding = act.data() |
5218 encoding = act.data() |
5219 self.readFile(self.fileName, encoding=encoding) |
5219 self.readFile(self.fileName, encoding=encoding) |
|
5220 self.__checkEncoding() |
5220 |
5221 |
5221 def __contextSave(self): |
5222 def __contextSave(self): |
5222 """ |
5223 """ |
5223 Private slot handling the save context menu entry. |
5224 Private slot handling the save context menu entry. |
5224 """ |
5225 """ |