issues
search
open-cogsci
/
opensesame-extension-osf
Open Science Framework module for OpenSesame3
Other
4
stars
1
forks
source link
Fix compatibility with qtpy >= 1.1.0
#8
Closed
smathot
closed
8 years ago
smathot
commented
8 years ago
The following replacements have been done automatically:
QtCore.pyqtSignal -> QtCore.Signal
QtCore.pyqtSlot -> QtCore.Slot
QtCore.QT_VERSION_STR -> QtCore.PYQT_VERSION_STR versions are not identical but both indicate whether Qt 4 or 5 is used
The following replacements have been done automatically: