Use a queue for events
authorManuel Nickschas <sputnick@quassel-irc.org>
Sat, 25 Sep 2010 15:04:26 +0000 (17:04 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 13 Oct 2010 23:06:31 +0000 (01:06 +0200)
Using a queue ensures that events will be processed in order, i.e. if processing
an events generates new ones, those won't be handled before the first one is fully done.
We also let Qt process its own QEvents in between, in order to not block things like
network handling.


No differences found