diff options
author | kali <kali@leap.se> | 2013-05-16 04:26:00 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2013-05-17 00:10:09 +0900 |
commit | 1cb931e83522746da668f9a8bb5943aca1882086 (patch) | |
tree | c3f2d32b3d545737af081b1f1807901c07765a28 /changes | |
parent | 8781a893aeaa62286633021e9d3eb8502bd129ee (diff) |
use qtreactor so twisted is driven by qt main loop
aboutToQuit signal is not raised anymore with the qt4reactor.
So we are calling all cleanup callbacks from the quit function.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/feature_use-qtreactor | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/feature_use-qtreactor b/changes/feature_use-qtreactor new file mode 100644 index 00000000..154a99e5 --- /dev/null +++ b/changes/feature_use-qtreactor @@ -0,0 +1 @@ + o Use a qt4 reactor for twisted, for launching leap twisted services. |