How to convert QByteArray to char*? I want to copy the contents of the file from HTTP to be read
Am using
Qt Code:
  1. http.read(Char* Data,len)
To copy to clipboard, switch view to plain text mode