diff -r b72c6db6890b -r 5dc02b23752f src/gui/text/qzipwriter_p.h --- a/src/gui/text/qzipwriter_p.h Wed Jun 23 19:07:03 2010 +0300 +++ b/src/gui/text/qzipwriter_p.h Tue Jul 06 15:10:48 2010 +0300 @@ -69,6 +69,8 @@ explicit QZipWriter(QIODevice *device); ~QZipWriter(); + QIODevice* device() const; + bool isWritable() const; bool exists() const;