mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-07-18 03:54:18 -04:00
eps: fix includes related to Qt Caterogized Logging
Testing Done: Build on OS X 10.8 Reviewed at https://git.reviewboard.kde.org/r/125025/
This commit is contained in:
@ -8,6 +8,7 @@
|
||||
#define KIMG_EPS_H
|
||||
|
||||
#include <QImageIOPlugin>
|
||||
#include <QLoggingCategory>
|
||||
|
||||
class EPSHandler : public QImageIOHandler
|
||||
{
|
||||
@ -31,5 +32,7 @@ public:
|
||||
QImageIOHandler *create(QIODevice *device, const QByteArray &format = QByteArray()) const Q_DECL_OVERRIDE;
|
||||
};
|
||||
|
||||
Q_DECLARE_LOGGING_CATEGORY(EPSPLUGIN)
|
||||
|
||||
#endif // KIMG_EPS_H
|
||||
|
||||
|
Reference in New Issue
Block a user