85 """ |
86 """ |
86 self.error.emit(fn, msg) |
87 self.error.emit(fn, msg) |
87 |
88 |
88 def serviceErrorPy3(self, fx, lang, fn, msg): |
89 def serviceErrorPy3(self, fx, lang, fn, msg): |
89 """ |
90 """ |
90 Public slot handling service errors for Python 2. |
91 Public slot handling service errors for Python 3. |
91 |
92 |
92 @param fx service name (string) |
93 @param fx service name (string) |
93 @param lang language (string) |
94 @param lang language (string) |
94 @param fn file name (string) |
95 @param fn file name (string) |
95 @param msg message text (string) |
96 @param msg message text (string) |