unsigned char x[] = {0x7E,0x00,0x00,0x0F };
I want to push it to QByteArray but the QByteArray when finds '\0' stops copying.
|
unsigned char x[] = {0x7E,0x00,0x00,0x0F }; I want to push it to QByteArray but the QByteArray when finds '\0' stops copying. |
|||
|
|
|
Which Qt version are you using? 4.7 has |
|||
|