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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 3 12:33:15 PST 2010


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





--- Comment #18 from Simon Hausmann <hausmann at webkit.org>  2010-03-03 12:33:15 PST ---
(In reply to comment #16)
> (In reply to comment #15)
> > (From update of attachment 49824 [details] [details])
> > r- because the m_timer should be stopped and resetClickCount() should be const,
> > as discussed on IRC. the rest looks good to me :)
> 
> simon, I do not think resetClickCount should be 'const'. it is doing a
> assignmentt:
> 
> +    void resetClickCount() { m_clickCount = 0; }
> 
> 
> did i miss something ?

You're right, I'm on crack :), there's no point in using const here. For a
split second I thought it was an accessor.

-- 
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