[webkit-dev] QtWebKit build failed

Simon Hausmann hausmann at kde.org
Thu Nov 8 02:06:23 PST 2007


On Thursday 08 November 2007 10:31:28 william lee wrote:
> ../../../WebKit/qt/Api/qwebsettings.cpp:179: error: 'class
> QList<QWebSettingsPrivate*>' has no member named 'removeOne'
>
> removeOne has been added into QList in Trunk code, prepare for Qt4.4.
> The currrent released Qt4.3 don't have this member function.
>
> All of us are supposed to update Qt with Trunk?  We bought a
> commercial license, and that may conflict with other libs.

We'll try to keep trunk compiling with Qt 4.3, the removeOne change was an 
accident (the build bots use Qt 4.4 snapshots). Holger has a patch ready that 
I think will land shortly. Until then you can safely replace the call to 
removeOne with a call to removeAll.


Simon
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
Url : http://lists.webkit.org/pipermail/webkit-dev/attachments/20071108/49184f1e/attachment.bin


More information about the webkit-dev mailing list