summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qzipwriter_p.h
diff options
context:
space:
mode:
authorPavel Mogilevskiy <pmogilevskiy@gmail.com>2011-04-01 09:29:29 (GMT)
committerJoão Abecasis <joao.abecasis@nokia.com>2011-04-01 09:31:06 (GMT)
commit9660d056a7040798c61f64cfb609181ead72f0c3 (patch)
tree296ab8d6ec2d6182b414246feb1489689d6e3040 /src/gui/text/qzipwriter_p.h
parenta150eddcf1ef46edf3ad7e72234316e087b0aec4 (diff)
downloadQt-9660d056a7040798c61f64cfb609181ead72f0c3.zip
Qt-9660d056a7040798c61f64cfb609181ead72f0c3.tar.gz
Qt-9660d056a7040798c61f64cfb609181ead72f0c3.tar.bz2
Chnaged Q_AUTOTEST_EXPORT marco into Q_GUI_EXPORT for QZipWriter class
Merge-request: 1162 Reviewed-by: João Abecasis <joao.abecasis@nokia.com> [ Symbols for QZipReader were previously exported with 959ab5d84d67ec84c2342b083e362ca75613e8cb. There's no good reason not to do the same for QZipWriter. Classes remain private API. -- João ]
Diffstat (limited to 'src/gui/text/qzipwriter_p.h')
-rw-r--r--src/gui/text/qzipwriter_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/text/qzipwriter_p.h b/src/gui/text/qzipwriter_p.h
index 0ee445e..153ef19 100644
--- a/src/gui/text/qzipwriter_p.h
+++ b/src/gui/text/qzipwriter_p.h
@@ -61,7 +61,7 @@ QT_BEGIN_NAMESPACE
class QZipWriterPrivate;
-class Q_AUTOTEST_EXPORT QZipWriter
+class Q_GUI_EXPORT QZipWriter
{
public:
QZipWriter(const QString &fileName, QIODevice::OpenMode mode = (QIODevice::WriteOnly | QIODevice::Truncate) );