mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-05-28 00:30:23 -04:00
Remove unused Qt5 code
This commit is contained in:
parent
75e1280073
commit
6a51407556
@ -20,12 +20,6 @@
|
||||
#include <QVector>
|
||||
#include <QtEndian>
|
||||
|
||||
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
|
||||
// To test the plugin with OSS FUZZ (in 2023) you need to make it compatible with Qt 5.
|
||||
// The plugin has been made compatible with all Qt (5 and 6) versions supported by the KDE project.
|
||||
#define XCF_QT5_SUPPORT
|
||||
#endif
|
||||
|
||||
#ifndef XCF_QT5_SUPPORT
|
||||
// Float images are not supported by Qt 5 and can be disabled in QT 6 to reduce memory usage.
|
||||
// Unfortunately enabling/disabling this define results in slightly different images, so leave the default if possible.
|
||||
|
Loading…
Reference in New Issue
Block a user