[Webkit-unassigned] [Bug 35255] [Qt] DRT: Send double click event from EventSender

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 4 09:46:28 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=35255


Antonio Gomes (tonikitoo) <tonikitoo at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #49917|                            |commit-queue+
               Flag|                            |




--- Comment #21 from Antonio Gomes (tonikitoo) <tonikitoo at webkit.org>  2010-03-04 09:46:28 PST ---
(From update of attachment 49917)
(In reply to comment #20)
> (In reply to comment #19)
> > (From update of attachment 49917 [details] [details])
> > 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.
> 
> Thanks, Simon. I used QTime in previous patches but the patch only will work
> for evironments with Qt > 4.6, for this I opted to use QBasicTimer. :)

that is actually a problem , because EWS-Qt build bot still lives w/ qt4.5 .

well, i'd prefer simon's approach, but ... cq+

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list