Hi,

I was wondering why QTextStream() has a flush() method, but QDataStream() doesnt.
How do i flush a QDataStream()?
And is there any way i can get the QFile* used by a QDataStream, or at least the filename of the file beign written to?

thanks.