[webkit-reviews] review denied: [Bug 58913] [Qt] QML WebView missing auto test for pressGrabTime : [Attachment 90234] auto test for pressGrabTime property
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Apr 19 12:12:56 PDT 2011
Alexis Menard <alexis.menard at openbossa.org> has denied Gopal Raghavan
<gopal.1.raghavan at nokia.com>'s request for review:
Bug 58913: [Qt] QML WebView missing auto test for pressGrabTime
https://bugs.webkit.org/show_bug.cgi?id=58913
Attachment 90234: auto test for pressGrabTime property
https://bugs.webkit.org/attachment.cgi?id=90234&action=review
------- Additional Comments from Alexis Menard <alexis.menard at openbossa.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=90234&action=review
> Source/WebKit/qt/tests/qdeclarativewebview/resources/webviewtest.qml:13
> + property alias presGrabTime: myweb.pressGrabTime
presGrabTime -> typo.
Why you need to define it if after you do : QObject* wv =
rootItem->findChild<QObject*>("myweb"); which means you don't use the alias
property.
More information about the webkit-reviews
mailing list