mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-05-28 00:30:23 -04:00
Rename SCT plugin for OSS-FUZZ
To make OSS fuzz build script happy, the test folder and the cpp file must have the same name.
This commit is contained in:
parent
ecfbff8197
commit
2ea724c241
@ -107,7 +107,7 @@ kimageformats_add_plugin(kimg_rgb SOURCES rgb.cpp)
|
|||||||
|
|
||||||
##################################
|
##################################
|
||||||
|
|
||||||
kimageformats_add_plugin(kimg_sct SOURCES scitex.cpp)
|
kimageformats_add_plugin(kimg_sct SOURCES sct.cpp)
|
||||||
|
|
||||||
##################################
|
##################################
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
SPDX-License-Identifier: LGPL-2.0-or-later
|
SPDX-License-Identifier: LGPL-2.0-or-later
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "scitex_p.h"
|
#include "sct_p.h"
|
||||||
#include "scanlineconverter_p.h"
|
#include "scanlineconverter_p.h"
|
||||||
#include "util_p.h"
|
#include "util_p.h"
|
||||||
|
|
@ -32,7 +32,7 @@ private:
|
|||||||
class ScitexPlugin : public QImageIOPlugin
|
class ScitexPlugin : public QImageIOPlugin
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QImageIOHandlerFactoryInterface" FILE "scitex.json")
|
Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QImageIOHandlerFactoryInterface" FILE "sct.json")
|
||||||
|
|
||||||
public:
|
public:
|
||||||
Capabilities capabilities(QIODevice *device, const QByteArray &format) const override;
|
Capabilities capabilities(QIODevice *device, const QByteArray &format) const override;
|
Loading…
Reference in New Issue
Block a user