[Qt-creator] Regarding QByteArray

Andre Poenitz andre.poenitz at mathematik.tu-chemnitz.de
Sun May 24 17:59:35 CEST 2009


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'



More information about the Qt-creator-old mailing list