mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-07-18 03:54:18 -04:00
Fix minor EBN issues
This commit is contained in:
@ -8,8 +8,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef KIMG_EXR_H
|
||||
#define KIMG_EXR_H
|
||||
#ifndef KIMG_EXR_P_H
|
||||
#define KIMG_EXR_P_H
|
||||
|
||||
#include <QImageIOPlugin>
|
||||
|
||||
@ -34,4 +34,4 @@ public:
|
||||
QImageIOHandler *create(QIODevice *device, const QByteArray &format = QByteArray()) const override;
|
||||
};
|
||||
|
||||
#endif // KIMG_EXR_H
|
||||
#endif // KIMG_EXR_P_H
|
||||
|
Reference in New Issue
Block a user