[PyQt] Incorrect keyword in pyqtSlot in PyQt5

Ilya Kulakov kulakov.ilya at gmail.com
Tue Oct 13 21:50:23 BST 2015


In PyQt5 pyqtSlot is defined as this:

	def pyqtSlot(*types, str_name=None, str_result=None):

while it should be

	def pyqtSlot(*types, name=None, result=None):


Best Regards,
Ilya Kulakov



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20151013/8177a753/attachment-0001.html>


More information about the PyQt mailing list