mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-29 01:06:27 -05:00
Drop unnecessary dllimport/dllexport statements in QtIOCompressor.
This commit is contained in:
parent
5550d7af0d
commit
98372f9df8
@ -49,24 +49,8 @@
|
|||||||
|
|
||||||
#include <QtCore/QIODevice>
|
#include <QtCore/QIODevice>
|
||||||
|
|
||||||
#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 QtIOCompressorPrivate;
|
||||||
class QT_QTIOCOMPRESSOR_EXPORT QtIOCompressor : public QIODevice
|
class QtIOCompressor : public QIODevice
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user