1
0
mirror of https://github.com/ciromattia/kcc synced 2026-06-05 14:13:26 +00:00

Updated to Python 3.4 and PyQt 5.3 (close #94)

This commit is contained in:
Paweł Jastrzębski
2014-05-29 18:23:28 +02:00
parent f53cdf9cd7
commit fce3072dca
3 changed files with 14 additions and 12 deletions
+1
View File
@@ -114,6 +114,7 @@ class QApplicationMessaging(QtWidgets.QApplication):
self._timeout = 1000
self._server = QtNetwork.QLocalServer(self)
if not self.isRunning():
# noinspection PyUnresolvedReferences
self._server.newConnection.connect(self.handleMessage)
self._server.listen(self._key)