mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-05-28 00:30:23 -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
|
||||
*/
|
||||
|
||||
#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"
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user