On Thu, Jun 08, 2006 at 06:52:29PM +0200, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > > | Peter Kümmel <[EMAIL PROTECTED]> writes: > | > > toStdString is not available here (see QT_NO_STL). > | > "fromqstr" is what I was looking for! :) > | > | Incidentally, Peter, you should add QT_NO_STL to the options passed by > Scons to > | the compiler when compiling the Qt frontend. We should aim for the various > | builds to be as similar as possible. > > Remind be agins why we use QT_NO_STL?
Because otherwise lots of non-explicit conversions and operator foo() are added to basic Qt classes. Dragons... It has nothing to do with dismissing STL. Andre'