[Webkit-unassigned] [Bug 57154] [Qt] Make OpenGL symbol resolver transparent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 1 04:19:35 PDT 2011


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





--- Comment #48 from Benjamin Poulain <benjamin at webkit.org>  2011-08-01 04:19:35 PST ---
(In reply to comment #41)
> > ../../../Source/WebCore/platform/graphics/cairo/OpenGLShims.cpp:42: error: 'QString::QString(const char*)' is deprecated
> > 
> > procName is const char*, not WTF::String, so I think I need to keep QLatin1String?
> 
> you can use QString::fromAscii or QString::fromLatin1.

(It is almost never correct to use QString::fromAscii() from inside a library since it relies on the default encoding, not on a ASCII codec.)

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