RESOLVED FIXED 54229
[Qt] Remove the use of deprecated qVariant*
https://bugs.webkit.org/show_bug.cgi?id=54229
Summary [Qt] Remove the use of deprecated qVariant*
Ademar Reis
Reported 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.
Attachments
patch (14.88 KB, patch)
2011-02-10 12:33 PST, Ademar Reis
no flags
Ademar Reis
Comment 1 2011-02-10 12:33:03 PST
WebKit Commit Bot
Comment 2 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>
WebKit Commit Bot
Comment 3 2011-02-10 13:18:41 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.