Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > Remind be agins why we use QT_NO_STL?
If I remember rightly, John was worried that we were switching from QString to std::string and back again without thinking about it. (!QT_NO_STL provides implicit conversion from one to the other.) The frontend code should use QString with conversion to/from std::string only when we want to communicate with the kernel. It seems to make sense to me... Angus