forked from openlp/openlp
Fix another slot signature
This commit is contained in:
parent
a8b72ed876
commit
98f5a5c856
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user