##// END OF EJS Templates
fix for PySide2 cannot be activated since it is directly deactivated again in the else part
Martin Bergtholdt -
Show More
@@ -68,7 +68,7 b' def commit_api(api):'
68 ID.forbid('PySide')
68 ID.forbid('PySide')
69 ID.forbid('PyQt4')
69 ID.forbid('PyQt4')
70 ID.forbid('PyQt5')
70 ID.forbid('PyQt5')
71 if api == QT_API_PYSIDE:
71 elif api == QT_API_PYSIDE:
72 ID.forbid('PySide2')
72 ID.forbid('PySide2')
73 ID.forbid('PyQt4')
73 ID.forbid('PyQt4')
74 ID.forbid('PyQt5')
74 ID.forbid('PyQt5')
General Comments 0
You need to be logged in to leave comments. Login now