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
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webkit-dev