(context, text, disambig)
| 24 | try: |
| 25 | _encoding = QtWidgets.QApplication.UnicodeUTF8 |
| 26 | def _translate(context, text, disambig): |
| 27 | return QtWidgets.QApplication.translate(context, text, disambig, _encoding) |
| 28 | except AttributeError: |
| 29 | def _translate(context, text, disambig): |
| 30 | return QtWidgets.QApplication.translate(context, text, disambig) |
no outgoing calls