Quote Originally Posted by Timoteo View Post
sattu,

Why not use QVector<quint16>? What is it you are trying to accomplish?
hi Timotoe,
Actually i'm passing some data from server to client. And data passing is possible only through qbytearray or char* way. But the crc of data that i'm calculating is of unsigned short type. But ultimately i have to pass it along with data. That's why i asked this question. So can you suggest me any way?