Didn't change Qt.py correctly

This commit is contained in:
Daniel Ahn 2018-07-21 02:25:05 -07:00
parent 779f22cc89
commit 759b8d217a
1 changed files with 2 additions and 0 deletions

View File

@ -1436,6 +1436,8 @@ def _qInstallMessageHandler(handler):
elif Qt.IsPySide2 or Qt.IsPyQt5:
return Qt._QtCore.qInstallMessageHandler(passObject)
def _convert(lines):
"""Convert compiled .ui file from PySide2 to Qt.py