pyqt4topyqt5
pyqt4topyqt5 copied to clipboard
BUG: QtCore.Signal() not renamed to QtCore.pyqtSignal()
trafficstars
In Qt5 there is no method QtCore.Signal() and should be renamed to QtCore.pyqtSignal().
I ran the conversion script and had every one of my QtCore.Signal()s renamed correctly to QtCore.pyqtSignal(). Do you have more info on this?