diff options
author | Paweł Jastrzębski <pawelj@vulturis.eu> | 2014-05-17 19:12:54 +0200 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@vulturis.eu> | 2014-05-17 19:12:54 +0200 |
commit | 8a2ba96ac5ce69283b8d8e7241e305475a055118 (patch) | |
tree | 4f80feef5b4ca6ab3fc0b84c495da92e0576c138 /kcc.py | |
parent | Updated tooltips (diff) | |
download | kcc-8a2ba96ac5ce69283b8d8e7241e305475a055118.tar.gz kcc-8a2ba96ac5ce69283b8d8e7241e305475a055118.tar.bz2 kcc-8a2ba96ac5ce69283b8d8e7241e305475a055118.zip |
Tiny tweaks for Linux
Diffstat (limited to 'kcc.py')
-rwxr-xr-x | kcc.py | 2 |
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() |