mirror of https://github.com/Syncplay/syncplay
Didn't change Qt.py correctly
This commit is contained in:
parent
779f22cc89
commit
759b8d217a
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue