mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-07-18 20:04:16 -04: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_TGA_H
|
||||
#define KIMG_TGA_H
|
||||
#ifndef KIMG_TGA_P_H
|
||||
#define KIMG_TGA_P_H
|
||||
|
||||
#include <QImageIOPlugin>
|
||||
|
||||
@ -34,4 +34,4 @@ public:
|
||||
QImageIOHandler *create(QIODevice *device, const QByteArray &format = QByteArray()) const override;
|
||||
};
|
||||
|
||||
#endif // KIMG_TGA_H
|
||||
#endif // KIMG_TGA_P_H
|
||||
|
Reference in New Issue
Block a user