On Fri, Jun 15, 2012 at 11:50:47AM +0100, Rui Maciel wrote: > Does anyone know what's the rationale for relying on Qt's custom QString > instead of simply using C++'s standard and omnipresent std::string?
std::string is closer to QByteArray than to QString, so you are probably not asking the question that you might want to ask. Anyway, "convenience" is one reason. Andre' _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest