From 98372f9df88ba6cb4773f8d8a14c66f343c90814 Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Fri, 29 Mar 2013 16:31:26 +0100 Subject: [PATCH] Drop unnecessary dllimport/dllexport statements in QtIOCompressor. --- src/streams/qtiocompressor.h | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/src/streams/qtiocompressor.h b/src/streams/qtiocompressor.h index d8fd383d5..f325bb663 100644 --- a/src/streams/qtiocompressor.h +++ b/src/streams/qtiocompressor.h @@ -49,24 +49,8 @@ #include -#if defined(Q_OS_WIN) -# if !defined(QT_QTIOCOMPRESSOR_EXPORT) && !defined(QT_QTIOCOMPRESSOR_IMPORT) -# define QT_QTIOCOMPRESSOR_EXPORT -# elif defined(QT_QTIOCOMPRESSOR_IMPORT) -# if defined(QT_QTIOCOMPRESSOR_EXPORT) -# undef QT_QTIOCOMPRESSOR_EXPORT -# endif -# define QT_QTIOCOMPRESSOR_EXPORT __declspec(dllimport) -# elif defined(QT_QTIOCOMPRESSOR_EXPORT) -# undef QT_QTIOCOMPRESSOR_EXPORT -# define QT_QTIOCOMPRESSOR_EXPORT __declspec(dllexport) -# endif -#else -# define QT_QTIOCOMPRESSOR_EXPORT -#endif - class QtIOCompressorPrivate; -class QT_QTIOCOMPRESSOR_EXPORT QtIOCompressor : public QIODevice +class QtIOCompressor : public QIODevice { Q_OBJECT public: