Fix minor EBN issues

This commit is contained in:
Yuri Chornoivan
2018-10-22 19:58:24 +03:00
parent 4c0c6c8d60
commit 8ac949d459
14 changed files with 40 additions and 36 deletions

View File

@ -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