mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-11-21 01:42:44 -05:00
Fix minor EBN issues
This commit is contained in:
@ -7,8 +7,8 @@
|
||||
version 2 of the License, or (at your option) any later version.
|
||||
*/
|
||||
|
||||
#ifndef KIMG_PSD_H
|
||||
#define KIMG_PSD_H
|
||||
#ifndef KIMG_PSD_P_H
|
||||
#define KIMG_PSD_P_H
|
||||
|
||||
#include <QImageIOPlugin>
|
||||
|
||||
@ -33,5 +33,5 @@ public:
|
||||
QImageIOHandler *create(QIODevice *device, const QByteArray &format = QByteArray()) const override;
|
||||
};
|
||||
|
||||
#endif // KIMG_PSD_H
|
||||
#endif // KIMG_PSD_P_H
|
||||
|
||||
|
||||
Reference in New Issue
Block a user