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

View File

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