Renamed qoi.h to qoi_p.h

This commit is contained in:
Mirco Miranda 2023-08-12 23:47:29 +02:00
parent 4c3ade04dd
commit 7a0d95af92
2 changed files with 6 additions and 6 deletions

View File

@ -5,9 +5,9 @@
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#include "qoi.h"
#include "qoi_p.h"
#include "util_p.h"
#include <QColorSpace>
#include <QFile>
#include <QIODevice>
@ -315,4 +315,4 @@ QImageIOHandler *QOIPlugin::create(QIODevice *device, const QByteArray &format)
return handler;
}
#include "moc_qoi.cpp"
#include "moc_qoi_p.cpp"

View File

@ -5,8 +5,8 @@
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef KIMG_QOI_H
#define KIMG_QOI_H
#ifndef KIMG_QOI_P_H
#define KIMG_QOI_P_H
#include <QImageIOPlugin>
@ -34,4 +34,4 @@ public:
QImageIOHandler *create(QIODevice *device, const QByteArray &format = QByteArray()) const override;
};
#endif // KIMG_QOI_H
#endif // KIMG_QOI_P_H