mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-06-03 17:08:08 -04:00
Renamed qoi.h to qoi_p.h
This commit is contained in:
parent
4c3ade04dd
commit
7a0d95af92
@ -5,9 +5,9 @@
|
|||||||
SPDX-License-Identifier: LGPL-2.0-or-later
|
SPDX-License-Identifier: LGPL-2.0-or-later
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "qoi.h"
|
#include "qoi_p.h"
|
||||||
|
|
||||||
#include "util_p.h"
|
#include "util_p.h"
|
||||||
|
|
||||||
#include <QColorSpace>
|
#include <QColorSpace>
|
||||||
#include <QFile>
|
#include <QFile>
|
||||||
#include <QIODevice>
|
#include <QIODevice>
|
||||||
@ -315,4 +315,4 @@ QImageIOHandler *QOIPlugin::create(QIODevice *device, const QByteArray &format)
|
|||||||
return handler;
|
return handler;
|
||||||
}
|
}
|
||||||
|
|
||||||
#include "moc_qoi.cpp"
|
#include "moc_qoi_p.cpp"
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
SPDX-License-Identifier: LGPL-2.0-or-later
|
SPDX-License-Identifier: LGPL-2.0-or-later
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef KIMG_QOI_H
|
#ifndef KIMG_QOI_P_H
|
||||||
#define KIMG_QOI_H
|
#define KIMG_QOI_P_H
|
||||||
|
|
||||||
#include <QImageIOPlugin>
|
#include <QImageIOPlugin>
|
||||||
|
|
||||||
@ -34,4 +34,4 @@ public:
|
|||||||
QImageIOHandler *create(QIODevice *device, const QByteArray &format = QByteArray()) const override;
|
QImageIOHandler *create(QIODevice *device, const QByteArray &format = QByteArray()) const override;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // KIMG_QOI_H
|
#endif // KIMG_QOI_P_H
|
Loading…
x
Reference in New Issue
Block a user