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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 18 00:27:39 PDT 2009


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

           Summary: Qt build error in GraphicsContextQt.cpp (qt 4.4.0)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ukai at chromium.org


../../../WebCore/platform/graphics/qt/GraphicsContextQt.cpp: In member function 
‘void WebCore::GraphicsContext::drawRect(const WebCore::IntRect&)’:
../../../WebCore/platform/graphics/qt/GraphicsContextQt.cpp:425: error: no
match
ing function for call to ‘QPainter::fillRect(WebCore::IntRect&,
WebCore::Color&)
’
/usr/include/qt4/QtGui/qpainter.h:382: note: candidates are: void
QPainter::fillRect(const QRectF&, const QBrush&)
/usr/include/qt4/QtGui/qpainter.h:714: note:                 void
QPainter::fillRect(int, int, int, int, const QBrush&)
/usr/include/qt4/QtGui/qpainter.h:384: note:                 void
QPainter::fillRect(const QRect&, const QBrush&)
../../../WebCore/platform/graphics/qt/GraphicsContextQt.cpp: In member function
‘void WebCore::GraphicsContext::drawLine(const WebCore::IntPoint&, const
WebCore::IntPoint&)’:
../../../WebCore/platform/graphics/qt/GraphicsContextQt.cpp:485: error: no
matching function for call to ‘QPainter::fillRect(WebCore::FloatRect,
WebCore::Color&)’
/usr/include/qt4/QtGui/qpainter.h:382: note: candidates are: void
QPainter::fillRect(const QRectF&, const QBrush&)
/usr/include/qt4/QtGui/qpainter.h:714: note:                 void
QPainter::fillRect(int, int, int, int, const QBrush&)
/usr/include/qt4/QtGui/qpainter.h:384: note:                 void
QPainter::fillRect(const QRect&, const QBrush&)
../../../WebCore/platform/graphics/qt/GraphicsContextQt.cpp:486: error: no
matching function for call to ‘QPainter::fillRect(WebCore::FloatRect,
WebCore::Color&)’
/usr/include/qt4/QtGui/qpainter.h:382: note: candidates are: void
QPainter::fillRect(const QRectF&, const QBrush&)
/usr/include/qt4/QtGui/qpainter.h:714: note:                 void
QPainter::fillRect(int, int, int, int, const QBrush&)
/usr/include/qt4/QtGui/qpainter.h:384: note:                 void
QPainter::fillRect(const QRect&, const QBrush&)
../../../WebCore/platform/graphics/qt/GraphicsContextQt.cpp:488: error: no
matching function for call to ‘QPainter::fillRect(WebCore::FloatRect,
WebCore::Color&)’
/usr/include/qt4/QtGui/qpainter.h:382: note: candidates are: void
QPainter::fillRect(const QRectF&, const QBrush&)
/usr/include/qt4/QtGui/qpainter.h:714: note:                 void
QPainter::fillRect(int, int, int, int, const QBrush&)
/usr/include/qt4/QtGui/qpainter.h:384: note:                 void
QPainter::fillRect(const QRect&, const QBrush&)
../../../WebCore/platform/graphics/qt/GraphicsContextQt.cpp:489: error: no
matching function for call to ‘QPainter::fillRect(WebCore::FloatRect,
WebCore::Color&)’
/usr/include/qt4/QtGui/qpainter.h:382: note: candidates are: void
QPainter::fillRect(const QRectF&, const QBrush&)
/usr/include/qt4/QtGui/qpainter.h:714: note:                 void
QPainter::fillRect(int, int, int, int, const QBrush&)
/usr/include/qt4/QtGui/qpainter.h:384: note:                 void
QPainter::fillRect(const QRect&, const QBrush&)
../../../WebCore/platform/graphics/qt/GraphicsContextQt.cpp: In function ‘void
WebCore::drawBorderlessRectShadow(WebCore::GraphicsContext*, QPainter*, const
WebCore::FloatRect&)’:
../../../WebCore/platform/graphics/qt/GraphicsContextQt.cpp:721: error: no
matching function for call to ‘QPainter::fillRect(WebCore::FloatRect&,
WebCore::Color&)’
/usr/include/qt4/QtGui/qpainter.h:382: note: candidates are: void
QPainter::fillRect(const QRectF&, const QBrush&)
/usr/include/qt4/QtGui/qpainter.h:714: note:                 void
QPainter::fillRect(int, int, int, int, const QBrush&)
/usr/include/qt4/QtGui/qpainter.h:384: note:                 void
QPainter::fillRect(const QRect&, const QBrush&)
make[1]: *** [obj/release/GraphicsContextQt.o] Error 1

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