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

@ -7,8 +7,8 @@
// published by the Free Software Foundation; either version 2 of the
// License, or (at your option) any later version.
#ifndef KIMG_RGB_H
#define KIMG_RGB_H
#ifndef KIMG_RGB_P_H
#define KIMG_RGB_P_H
#include <QImageIOPlugin>
@ -34,5 +34,5 @@ public:
QImageIOHandler *create(QIODevice *device, const QByteArray &format = QByteArray()) const override;
};
#endif // KIMG_RGB_H
#endif // KIMG_RGB_P_H