[Webkit-unassigned] [Bug 64560] New: [Qt] Compiling error in Source/WebKit/qt/tests/qwebelement/tst_qwebelement.cpp with Qt 4.7 or older
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 14 14:07:30 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=64560
Summary: [Qt] Compiling error in
Source/WebKit/qt/tests/qwebelement/tst_qwebelement.cpp
with Qt 4.7 or older
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: UNCONFIRMED
Severity: Normal
Priority: P3
Component: New Bugs
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: hui_huang at yahoo.com
The following line in the function tst_QWebElement::render() doesn't compile on Qt 4.7 or older versions:
tables[0].render(&painter, chunkPaintRect);
The method void QWebElement::render(QPainter * painter, const QRect & clip) is introduced in Qt 4.8 (http://doc.qt.nokia.com/4.8-snapshot/qwebelement.html#render). It is not available in Qt 4.7 or older (http://doc.qt.nokia.com/4.7/qwebelement.html#render).
--
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