[webkit-reviews] review granted: [Bug 40233] [Qt] Initial WebKit2 implementation : [Attachment 60525] Qt C API integration

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 5 06:42:57 PDT 2010


Antti Koivisto <koivisto at iki.fi> has granted Kenneth Rohde Christiansen
<kenneth at webkit.org>'s request for review:
Bug 40233: [Qt] Initial WebKit2 implementation
https://bugs.webkit.org/show_bug.cgi?id=40233

Attachment 60525: Qt C API integration
https://bugs.webkit.org/attachment.cgi?id=60525&action=review

------- Additional Comments from Antti Koivisto <koivisto at iki.fi>
r=me

WKURLRef WKURLCreateWithQUrl(QUrl qURL);
WKStringRef WKStringCreateWithQString(QString qString);

these should probably use const QUrl& and const QString&


More information about the webkit-reviews mailing list