Bug 54229 - [Qt] Remove the use of deprecated qVariant*
Summary: [Qt] Remove the use of deprecated qVariant*
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:38 PST by Ademar Reis
Modified: 2011-02-10 13:18 PST (History)
3 users (show)

See Also:


Attachments
patch (14.88 KB, patch)
2011-02-10 12:33 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:38:50 PST
QtWebKit uses deprecated qVariantFromValue() and similar calls, when the proper method to use would be QVariant::fromValue() and similar.

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:33:03 PST
Created attachment 82026 [details]
patch
Comment 2 WebKit Commit Bot 2011-02-10 13:18:36 PST
Comment on attachment 82026 [details]
patch

Clearing flags on attachment: 82026

Committed r78263: <http://trac.webkit.org/changeset/78263>
Comment 3 WebKit Commit Bot 2011-02-10 13:18:41 PST
All reviewed patches have been landed.  Closing bug.