From 98f5a5c85628ffcd7c65e18dd7332f2cf0d50236 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Tue, 19 Jul 2016 22:22:37 +0200 Subject: [PATCH] Fix another slot signature --- openlp/core/lib/projector/pjlink1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/core/lib/projector/pjlink1.py b/openlp/core/lib/projector/pjlink1.py index 0687542c0..1f2615e2b 100644 --- a/openlp/core/lib/projector/pjlink1.py +++ b/openlp/core/lib/projector/pjlink1.py @@ -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.