about summary refs log tree commit diff
path: root/kcc.py
diff options
context:
space:
mode:
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()