On Sun, May 24, 2009 at 06:51:27PM +0300, Kosta wrote: > Ah, yes. It's automatecaly converting the QByteArray into normal array > first. I should get use to the documentation... :)
It's not really converted. You just get a pointer to the first character in the array, calling data() returns the same. Andre' _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
