I'm using qt 5.3.
我正在使用qt 5.3。
I have a big thing written into a QIODevice for read. I want to have a proxy to get the data while keep the data in QIODevice available for the other thing to read. So if I call readAll() I will get everything good in proxy but the other reader cannot get any data.I have a big