[Webkit-unassigned] [Bug 34747] [Qt] Sync with API changes in Maemo 5 kinetic scrolling

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 9 05:24:00 PST 2010


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


Kenneth Rohde Christiansen <kenneth at webkit.org> changed:

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




--- Comment #4 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2010-02-09 05:24:00 PST ---
(From update of attachment 48407)

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

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