about summary refs log tree commit diff
path: root/kcc.py
diff options
context:
space:
mode:
authorPaweł Jastrzębski <pawelj@vulturis.eu>2014-05-17 19:12:54 +0200
committerPaweł Jastrzębski <pawelj@vulturis.eu>2014-05-17 19:12:54 +0200
commit8a2ba96ac5ce69283b8d8e7241e305475a055118 (patch)
tree4f80feef5b4ca6ab3fc0b84c495da92e0576c138 /kcc.py
parentUpdated tooltips (diff)
downloadkcc-8a2ba96ac5ce69283b8d8e7241e305475a055118.tar.gz
kcc-8a2ba96ac5ce69283b8d8e7241e305475a055118.tar.bz2
kcc-8a2ba96ac5ce69283b8d8e7241e305475a055118.zip
Tiny tweaks for Linux
Diffstat (limited to 'kcc.py')
-rwxr-xr-xkcc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcc.py b/kcc.py
index 4f40490..ffc0fbb 100755
--- a/kcc.py
+++ b/kcc.py
@@ -117,7 +117,7 @@ class QApplicationMessaging(QtWidgets.QApplication):
             self._server.newConnection.connect(self.handleMessage)
             self._server.listen(self._key)
 
-    def __del__(self):
+    def shutdown(self):
         if self._memory.isAttached():
             self._memory.detach()
             self._server.close()