From 90da39313fd59fddefbb94c8599c47e4a1d7b884 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Tue, 10 May 2022 03:53:35 +0200 Subject: Use right linter --- src/ColorImageProvider.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/ColorImageProvider.h') diff --git a/src/ColorImageProvider.h b/src/ColorImageProvider.h index 05cc1084..e7fa1571 100644 --- a/src/ColorImageProvider.h +++ b/src/ColorImageProvider.h @@ -10,8 +10,7 @@ class ColorImageProvider : public QQuickImageProvider public: ColorImageProvider() : QQuickImageProvider(QQuickImageProvider::Pixmap) - { - } + {} QPixmap requestPixmap(const QString &id, QSize *size, const QSize &requestedSize) override; }; -- cgit 1.5.1