qt: remove obsolete version check in EffectsImageProvider

This commit is contained in:
Fatih Uzunoglu 2024-04-05 15:21:26 +03:00 committed by Steve Lhomme
parent 13531ab291
commit 6a9b9ba244
1 changed files with 1 additions and 5 deletions

View File

@ -24,11 +24,7 @@
#include <QSize>
#include <QQuickImageProvider>
class EffectsImageProvider :
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
public QObject,
#endif
public QQuickImageProvider
class EffectsImageProvider : public QQuickImageProvider
{
Q_OBJECT