From b518f6902e909b22e1623f96249a3ab1424ced59 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Fri, 2 Jun 2023 00:24:26 +0200 Subject: Make Nheko compile on Qt6 --- src/MxcImageProvider.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/MxcImageProvider.h') diff --git a/src/MxcImageProvider.h b/src/MxcImageProvider.h index 8096a7dc..b67e2f8d 100644 --- a/src/MxcImageProvider.h +++ b/src/MxcImageProvider.h @@ -72,16 +72,12 @@ public: class MxcImageProvider : -#if QT_VERSION < 0x60000 - public QObject - , -#endif public QQuickAsyncImageProvider { Q_OBJECT public: - MxcImageProvider(QObject *parent = nullptr); + MxcImageProvider(); public slots: QQuickImageResponse * -- cgit 1.5.1