[Webkit-unassigned] [Bug 25233] New: [Qt] WebKit Qt build fails on Qt 4.4.x

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 16 04:39:19 PDT 2009


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

           Summary: [Qt] WebKit Qt build fails on Qt 4.4.x
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: elbunce at xendom.com


Compile error in tst_qwebelement.cpp when compiled with Qt 4.4.2:

/Users/erik/work/webkit-qt44/WebKit/qt/tests/qwebelement/tst_qwebelement.cpp:
In member function ‘void tst_QWebElement::iteration()’:
/Users/erik/work/webkit-qt44/WebKit/qt/tests/qwebelement/tst_qwebelement.cpp:304:
error: ‘class QList<QWebElement>’ has no member named ‘length’
/Users/erik/work/webkit-qt44/WebKit/qt/tests/qwebelement/tst_qwebelement.cpp:305:
error: ‘class QList<QWebElement>’ has no member named ‘length’
/Users/erik/work/webkit-qt44/WebKit/qt/tests/qwebelement/tst_qwebelement.cpp:305:
error: ‘class QList<QWebElement>’ has no member named ‘length’
/Users/erik/work/webkit-qt44/WebKit/qt/tests/qwebelement/tst_qwebelement.cpp:313:
error: ‘class QList<QWebElement>’ has no member named ‘length’
/Users/erik/work/webkit-qt44/WebKit/qt/tests/qwebelement/tst_qwebelement.cpp:314:
error: ‘class QList<QWebElement>’ has no member named ‘length’
/Users/erik/work/webkit-qt44/WebKit/qt/tests/qwebelement/tst_qwebelement.cpp:314:
error: ‘class QList<QWebElement>’ has no member named ‘length’

This is because QList::length() was added as an alias to QList::count() in Qt
4.5.0.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list