Skip to content

Commit

Permalink
Avoid calling Qt processEvents() from QtEventReactor.iterate()
Browse files Browse the repository at this point in the history
Helps avoid twisted#11
  • Loading branch information
altendky committed Nov 12, 2016
1 parent befd5f4 commit 1e11b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qt5reactor.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ def iterate(self, delay=None):

self.runUntilCurrent()
self.doEvents()
self.doIteration(delay)
self.doIteration(delay, fromqt=True)


def posixinstall():
Expand Down

0 comments on commit 1e11b63

Please sign in to comment.