Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove double functino definition (copy and paste error)
  • Loading branch information
lorenzo angeli committed Aug 10, 2016
commit 56856a0da6069255da0b8063d26a5a7c0e0c89f5
1 change: 0 additions & 1 deletion Qt.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ def translate(context, key, disambiguation=None, encoding=None, n=0):

PySide2.QtWidgets.QApplication.translate = staticmethod(translate)

PySide2.QtWidgets.QApplication.translate = staticmethod(translate)
return PySide2


Expand Down