Didn't change Qt.py correctly
This commit is contained in:
parent
779f22cc89
commit
759b8d217a
2
syncplay/vendor/Qt.py
vendored
2
syncplay/vendor/Qt.py
vendored
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user