[Webkit-unassigned] [Bug 29362] Qt build error in GraphicsContextQt.cpp (qt 4.4.0)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 6 03:19:02 PDT 2009


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


Ariya Hidayat <ariya.hidayat at trolltech.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ariya.hidayat at trolltech.com




--- Comment #15 from Ariya Hidayat <ariya.hidayat at trolltech.com>  2009-10-06 03:19:02 PDT ---
Eric: it's likely because there is no conversion from WebCore::Color to QBrush
(needed for fillRect in Qt < 4.5), and for which the compiler seems unable to
find by itself.

Another alternative patch will be to add WebCore::Color to QBrush explicit
conversion. But then, I'm not sure which code path the compiler will take in
4.5 (either it will be confused due to the ambiguity or take the "slower" one,
i.e. QBrush).

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