Bug 54229

Summary: [Qt] Remove the use of deprecated qVariant*
Product: WebKit Reporter: Ademar Reis <ademar>
Component: WebKit QtAssignee: Ademar Reis <ademar>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, kling, laszlo.gombos
Priority: P2 Keywords: Qt, QtTriaged
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
patch none

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.