[Webkit-unassigned] [Bug 32432] [Qt] Add support for touch events in QWebView and QGraphicsWebView

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 17 09:04:37 PST 2009


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


Benjamin Poulain <benjamin.poulain at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #44908|review+, commit-queue+      |review?, commit-queue?
               Flag|                            |




--- Comment #7 from Benjamin Poulain <benjamin.poulain at nokia.com>  2009-12-17 09:04:36 PST ---
(From update of attachment 44908)
>+    if (d->page && (event->type() == QEvent::TouchBegin
>+                || event->type() == QEvent::TouchEnd
>+                || event->type() == QEvent::TouchUpdate)) {

I think the indentation is not correct here.

Looks good otherwise.

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