[webkit-reviews] review granted: [Bug 35255] [Qt] DRT: Send double click event from EventSender : [Attachment 49917] Proposed patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 3 12:36:41 PST 2010


Simon Hausmann <hausmann at webkit.org> has granted Diego Gonzalez
<diego.gonzalez at openbossa.org>'s request for review:
Bug 35255: [Qt] DRT: Send double click event from EventSender
https://bugs.webkit.org/show_bug.cgi?id=35255

Attachment 49917: Proposed patch
https://bugs.webkit.org/attachment.cgi?id=49917&action=review

------- Additional Comments from Simon Hausmann <hausmann at webkit.org>
r+, but I realize an even simpler way of doing the timer is by not using a
QObject timer at all but instead to simply use a cheap lightweight QTime object
and instead of checking if the timer is active check if the elapsed() time
since the start is less than the double click interval.


More information about the webkit-reviews mailing list