From 423f0b61f5274ad70f14e6095fe1da7150fda585 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Sun, 3 Jul 2022 00:36:51 +0300 Subject: [PATCH] remove redundant QIODevice class forward-declaration in qimageiohandler source file Signed-off-by: Ivailo Monev --- src/gui/image/qimageiohandler.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gui/image/qimageiohandler.cpp b/src/gui/image/qimageiohandler.cpp index 7546b27fa..226ec11f1 100644 --- a/src/gui/image/qimageiohandler.cpp +++ b/src/gui/image/qimageiohandler.cpp @@ -143,8 +143,6 @@ QT_BEGIN_NAMESPACE -class QIODevice; - class QImageIOHandlerPrivate { public: -- 2.11.0