Fix another slot signature

This commit is contained in:
Raoul Snyman 2016-07-19 22:22:37 +02:00
parent a8b72ed876
commit 98f5a5c856
1 changed files with 1 additions and 1 deletions

View File

@ -435,7 +435,7 @@ class PJLink1(QtNetwork.QTcpSocket):
return
return self.process_command(cmd, data)
@QtCore.pyqtSlot(int)
@QtCore.pyqtSlot(QtNetwork.QAbstractSocket.SocketError)
def get_error(self, err):
"""
Process error from SocketError signal.