[webkit-reviews] review granted: [Bug 34747] [Qt] Sync with API changes in Maemo 5 kinetic scrolling : [Attachment 48407] Patch with comment + reference to original source

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 9 05:23:58 PST 2010


Kenneth Rohde Christiansen <kenneth at webkit.org> has granted 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 48407: Patch with comment + reference to original source
https://bugs.webkit.org/attachment.cgi?id=48407&action=review

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

> -class QWebViewKineticScroller : public QAbstractKineticScroller {
> +// QCoreApplication::sendSpontaneousEvent() is private, hence this friend
wrapper
> +bool qt_sendSpontaneousEvent(QObject* receiver, QEvent* ev)
> +{
> +    return QCoreApplication::sendSpontaneousEvent(receiver, ev);
> +}

So this means that I cannot use QAbstractKineticScroller with the
graphicswebview because I do not have access to this method?


More information about the webkit-reviews mailing list