Qt-interest Archive, March 2002
[REQUEST?] QTextStream::status()
Message 1 in thread
How to check whether everything was written to QTextStream?
QIODevice has very nice method status(), QTextStream use it but
I can't access the result of it.
--
[ signature omitted ]
Message 2 in thread
On Wed 20. March 2002 09:11, you wrote:
> QTextStream::device() is your friend, i.e. QTextStream::status is just the
> same as QTextStream::device()->status()
>
> dju
Thanks, that solves my problem. I missed the obvious.
Thanks,
--
[ signature omitted ]