[Webkit-unassigned] [Bug 40353] [Qt] Remove superfluous function calls

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 14 10:38:42 PDT 2010


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





--- Comment #8 from Anders Bakken <agbakken at gmail.com>  2010-06-14 10:38:40 PST ---
@Kenneth:

You mean an inline comment?

E.g.

void QWebFrame::load(const QUrl &url) 
{ 
    // No need to call ensureAbsoluteUrl() here since ::load(QNetworkRequest) 
    // will do it.
    load(QNetworkRequest(url)); 
} 

It seems a little un-qt-like to me I have to admit.

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