[Webkit-unassigned] [Bug 28884] [Qt] Add CreateRequestExtension to QWebPage

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 28 13:30:27 PDT 2009


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





--- Comment #11 from Benjamin Meyer <ben at meyerhome.net>  2009-09-28 13:30:26 PDT ---
If simon is ok with having a signal where the request is a pointer I am ok with
it.  Passing a pointer to a temporary object in a signal where it is expected
the receiver will only be one object and will modify the pointer didn't seem to
match up to the usual qt api, but it is cleaner then the extension way.

void requestCreated(QNetworkRequest *request, QWebFrame *frame, type)

Simon?

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