[webkit-reviews] review canceled: [Bug 34747] [Qt] Sync with API changes in Maemo 5 kinetic scrolling : [Attachment 48404] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 9 04:48:26 PST 2010


Kenneth Rohde Christiansen <kenneth at webkit.org> has canceled Andreas Kling
<andreas.kling at nokia.com>'s request for review:
Bug 34747: [Qt] Sync with API changes in Maemo 5 kinetic scrolling
https://bugs.webkit.org/show_bug.cgi?id=34747

Attachment 48404: Patch
https://bugs.webkit.org/attachment.cgi?id=48404&action=review

------- Additional Comments from Kenneth Rohde Christiansen
<kenneth at webkit.org>

> +bool qt_sendSpontaneousEvent(QObject* receiver, QEvent* ev)
> +{
> +    return QCoreApplication::sendSpontaneousEvent(receiver, ev);
> +}

Why is this needed? Are you wrapping a method with the same signature


> +	   Patch by Robert Griebl <rgriebl at trolltech.com>

As far as I understand, Robert is the committer, but the patch was done by
Sandmann,


More information about the webkit-reviews mailing list