Bug 54232 - [Qt] Remove the use of deprecated qFindChildren()
Summary: [Qt] Remove the use of deprecated qFindChildren()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Ademar Reis
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks:
 
Reported: 2011-02-10 11:50 PST by Ademar Reis
Modified: 2011-02-10 14:15 PST (History)
3 users (show)

See Also:


Attachments
patch (3.82 KB, patch)
2011-02-10 12:32 PST, Ademar Reis
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ademar Reis 2011-02-10 11:50:50 PST
QtWebKit uses deprecated qFindChildren(), when the proper method would be ::findChildren()

This change was applied to all Qt sources (including qt/src/3rdparty/webkit there), so we should probably do the same on QtWebKit.

Patch is on the way.
Comment 1 Ademar Reis 2011-02-10 12:32:53 PST
Created attachment 82025 [details]
patch
Comment 2 WebKit Commit Bot 2011-02-10 14:15:27 PST
Comment on attachment 82025 [details]
patch

Clearing flags on attachment: 82025

Committed r78268: <http://trac.webkit.org/changeset/78268>
Comment 3 WebKit Commit Bot 2011-02-10 14:15:32 PST
All reviewed patches have been landed.  Closing bug.