Quote Originally Posted by rmagro View Post
I know, but the function I have to use takes char *
Well, you could still handle all the file reading and such with QByteArray and then simply pass QByteArray::data() to that function. Of course you can use char* if you want to. This was just a friendly suggestion.